Adding gulp and git-run to node-packages.json — failed to regenerate node-packages-generated.nix, though; but the next succesful regeneration will actually add these packages

This commit is contained in:
Michael Raskin 2014-08-30 14:34:42 +04:00
parent a966c8cae3
commit 1f9d579c78

View File

@ -83,6 +83,7 @@
, "grunt-contrib-uglify" , "grunt-contrib-uglify"
, "grunt-karma" , "grunt-karma"
, "grunt-sed" , "grunt-sed"
, "gulp"
, "karma" , "karma"
, "karma-mocha" , "karma-mocha"
, "karma-coverage" , "karma-coverage"
@ -123,4 +124,5 @@
, "sinon" , "sinon"
, "shelljs" , "shelljs"
, "typescript" , "typescript"
, "git-run"
] ]