Skip to content

Commit

Permalink
fix(npm): add esprima to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 9, 2015
1 parent e3e8559 commit e5529f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib"
],
"bin": {
"power-doctest": "./bin/cmd.js"
"power-doctest": "bin/cmd.js"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps",
Expand All @@ -36,13 +36,13 @@
"concat-stream": "^1.5.0",
"espower": "^1.0.6",
"estraverse": "^4.1.0",
"esprima": "^2.5.0",
"power-assert-formatter": "^1.0.1"
},
"devDependencies": {
"ast-equal": "^1.0.2",
"babel": "^5.8.21",
"espower-babel": "^3.2.0",
"esprima": "^2.5.0",
"mocha": "^2.2.5",
"power-assert": "^0.11.0"
},
Expand Down

0 comments on commit e5529f3

Please sign in to comment.