Skip to content

Commit 26af9ae

Browse files
committed
Update package.json for v0.4
* Change package name to lower case (cf https://docs.npmjs.com/files/package.json) * Update version to 0.4 * Fix dependencies to major version * Fix mathjax#105 license name must be spdx conformant (mathjax#106 was insufficient)
1 parent b9d08b4 commit 26af9ae

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "MathJax-node",
3-
"version": "0.3.0",
2+
"name": "mathjax-node",
3+
"version": "0.4.0",
44
"description": "API's for calling MathJax from node.js",
55
"keywords": [
66
"MathJax",
@@ -16,18 +16,15 @@
1616
"bugs": {
1717
"url": "http://github.com/mathjax/MathJax-node/issues"
1818
},
19-
"license": {
20-
"type": "Apache-2.0",
21-
"url": "http://github.com/mathjax/MathJax-node/blob/master/LICENSE"
22-
},
19+
"license": "Apache-2.0",
2320
"repository": {
2421
"type": "git",
2522
"url": "git://github.com/mathjax/MathJax-node.git"
2623
},
2724
"dependencies": {
28-
"jsdom": "*",
25+
"jsdom": "^6.0.0",
2926
"speech-rule-engine": "*",
30-
"yargs": "*",
27+
"yargs": "^3.0.0",
3128
"MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node-2.5.1"
3229
},
3330
"scripts": {

0 commit comments

Comments
 (0)