Skip to content

Commit

Permalink
fix(parser): fix json parse dependency
Browse files Browse the repository at this point in the history
The version of jsontool (now json) was at an old version and was breaking the build.

Part of #28
  • Loading branch information
jimthedev committed Oct 16, 2015
1 parent d418684 commit c125539
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 @@ -49,7 +49,7 @@
"gulp": "3.9.0",
"gulp-git": "1.5.0",
"inquirer": "0.10.1",
"json": "7.0.2",
"json": "9.0.3",
"minimist": "1.2.0",
"node-uuid": "1.4.3",
"nodemon": "1.7.1",
Expand Down

0 comments on commit c125539

Please sign in to comment.