Skip to content

Commit

Permalink
Update package.json for v0.4
Browse files Browse the repository at this point in the history
* 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 #105 license name must be spdx conformant (#106 was insufficient)
  • Loading branch information
pkra committed Oct 13, 2015
1 parent b9d08b4 commit 26af9ae
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MathJax-node",
"version": "0.3.0",
"name": "mathjax-node",
"version": "0.4.0",
"description": "API's for calling MathJax from node.js",
"keywords": [
"MathJax",
Expand All @@ -16,18 +16,15 @@
"bugs": {
"url": "http://github.com/mathjax/MathJax-node/issues"
},
"license": {
"type": "Apache-2.0",
"url": "http://github.com/mathjax/MathJax-node/blob/master/LICENSE"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax-node.git"
},
"dependencies": {
"jsdom": "*",
"jsdom": "^6.0.0",
"speech-rule-engine": "*",
"yargs": "*",
"yargs": "^3.0.0",
"MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node-2.5.1"
},
"scripts": {
Expand Down

0 comments on commit 26af9ae

Please sign in to comment.