Skip to content

Commit

Permalink
Merge pull request #125 from mathjax/package
Browse files Browse the repository at this point in the history
Update package.json for v0.4 release
  • Loading branch information
dpvc committed Oct 16, 2015
2 parents b9d08b4 + 26af9ae commit 183c9a2
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 183c9a2

Please sign in to comment.