Skip to content
Snippets Groups Projects
Commit 478a6bdc authored by Thomas Wood's avatar Thomas Wood
Browse files

Refresh npm_modules, fixup package.json dependencies

parent a7b9a826
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"_args": [ "_args": [
[ [
"esprima@^1.2.5", "esprima@^1.2.5",
"/home/thomas/jscert/jsjsref/miniml" "/home/thomas/jscert/jsjsref"
] ]
], ],
"_from": "esprima@>=1.2.5 <2.0.0", "_from": "esprima@>=1.2.5 <2.0.0",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"_shasum": "0993502feaf668138325756f30f9a51feeec11e9", "_shasum": "0993502feaf668138325756f30f9a51feeec11e9",
"_shrinkwrap": null, "_shrinkwrap": null,
"_spec": "esprima@^1.2.5", "_spec": "esprima@^1.2.5",
"_where": "/home/thomas/jscert/jsjsref/miniml", "_where": "/home/thomas/jscert/jsjsref",
"author": { "author": {
"email": "ariya.hidayat@gmail.com", "email": "ariya.hidayat@gmail.com",
"name": "Ariya Hidayat" "name": "Ariya Hidayat"
......
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
"author": "", "author": "",
"license": "", "license": "",
"dependencies": { "dependencies": {
"esprima": "^1.2.5", "esprima": "^1.2.5"
},
"devDependencies": {
"klaw": "^1.1.3", "klaw": "^1.1.3",
"mocha": "^2.4.5", "mocha": "^2.4.5",
"mz": "^2.3.1", "mz": "^2.3.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment