-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87cf67f
commit c76af02
Showing
7 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ representative at an online or offline event. | |
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported to the community leaders responsible for enforcement at | ||
[email protected]. | ||
[[email protected]](mailto:[email protected]). | ||
All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ I'm really glad you're reading this, because we need volunteer developers to | |
help this project come to fruition. | ||
|
||
All notable changes to this project will be documented in | ||
[CHANGES.md](https://github.com/sergiolindau/mathjslab/blob/main/CHANGES.md) file. | ||
[CHANGES.md](https://github.com/MathJSLab/mathjslab/blob/main/CHANGES.md) file. | ||
|
||
Please consider contributing to the [MathJSLab Calculator](https://github.com/sergiolindau/mathjslab-calculator) | ||
project, which is the standard use case of the [MathJSLab](https://github.com/sergiolindau/mathjslab). | ||
See the [Work fronts](#work-fronts) section in the [CONTRIBUTING.md](https://github.com/sergiolindau/mathjslab/blob/main/CONTRIBUTING.md) | ||
Please consider contributing to the [MathJSLab Calculator](https://github.com/MathJSLab/mathjslab-calculator) | ||
project, which is the standard use case of the [MathJSLab](https://github.com/MathJSLab/mathjslab). | ||
See the [Work fronts](#work-fronts) section in the [CONTRIBUTING.md](https://github.com/MathJSLab/mathjslab/blob/main/CONTRIBUTING.md) | ||
file for each project to see which project your contribution fits into. | ||
|
||
This project has an ISBN assigned to it. Whenever significant changes are made | ||
|
@@ -34,15 +34,15 @@ The project page is at [mathjslab.com](https://mathjslab.com/) with a demo Web A | |
## Code of Conduct | ||
|
||
This project and everyone participating in it is governed by the | ||
[MathJSLab Code of Conduct](https://github.com/sergiolindau/mathjslab/blob/main/CODE_OF_CONDUCT.md). | ||
[MathJSLab Code of Conduct](https://github.com/MathJSLab/mathjslab/blob/main/CODE_OF_CONDUCT.md). | ||
By participating, you are expected to uphold this code. Please report | ||
unacceptable behavior to [[email protected]](mailto:[email protected]). | ||
|
||
## How to Contribute | ||
|
||
Check for similar previous [issues](https://github.com/sergiolindau/mathjslab/issues) before send your own. | ||
Check for similar previous [issues](https://github.com/MathJSLab/mathjslab/issues) before send your own. | ||
|
||
Please send a [GitHub Pull Request to MathJSLab](https://github.com/sergiolindau/mathjslab/pull/new/main) | ||
Please send a [GitHub Pull Request to MathJSLab](https://github.com/MathJSLab/mathjslab/pull/new/main) | ||
with a clear list of what you've done (read more about | ||
[pull requests](http://help.github.com/pull-requests/)). Please follow our | ||
coding conventions (below) and make sure all of your commits are atomic (one | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "mathjslab", | ||
"version": "1.5.13", | ||
"version": "1.6.0", | ||
"description": "MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.", | ||
"main": "lib/mathjslab.js", | ||
"types": "lib/src/lib.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sergiolindau/mathjslab.git" | ||
"url": "git+https://github.com/MathJSLab/mathjslab.git" | ||
}, | ||
"keywords": [ | ||
"MathJSLab", | ||
|
@@ -26,7 +26,7 @@ | |
"author": "Sergio Lindau <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/sergiolindau/mathjslab/issues" | ||
"url": "https://github.com/MathJSLab/mathjslab/issues" | ||
}, | ||
"homepage": "https://mathjslab.com/", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"exclude": ["node_modules", "eslint.config.*", "jest.config.*", "webpack.config.*", "**/*spec.ts", "lib", "res", "script"] | ||
"exclude": ["node_modules", "eslint.config.*", "jest.config.*", "webpack.config.*", "**/*spec.*", "lib", "res", "script"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters