Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Fresh jscodeshift installs cannot run because of missing runtime
dependency.
  • Loading branch information
fkling committed Jul 30, 2015
1 parent 0255fd1 commit 5df94e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"babel": "^5.6.14",
"babel-runtime": "^5.6.18",
"cli-color": "^0.3.2",
"es6-promise": "^2.0.1",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"lodash": "^3.5.0",
"nomnom": "^1.8.1",
"recast": "^0.10.10"
},
"devDependencies": {
"babel-jest": "^5.3.0",
"es6-promise": "^2.0.1",
"jest-cli": "^0.4.0",
"node-dir": "0.1.8",
"temp": "^0.8.1"
Expand Down

0 comments on commit 5df94e6

Please sign in to comment.