Skip to content

Commit c125539

Browse files
committed
fix(parser): fix json parse dependency
The version of jsontool (now json) was at an old version and was breaking the build. Part of #28
1 parent d418684 commit c125539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"gulp": "3.9.0",
5050
"gulp-git": "1.5.0",
5151
"inquirer": "0.10.1",
52-
"json": "7.0.2",
52+
"json": "9.0.3",
5353
"minimist": "1.2.0",
5454
"node-uuid": "1.4.3",
5555
"nodemon": "1.7.1",

0 commit comments

Comments
 (0)