Skip to content

Commit ebf4c97

Browse files
committed
Add missing dependencies in package.json
1 parent b962f30 commit ebf4c97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
"unzip": "0.1.9",
3333
"yargs": "1.2.2",
3434
"npm": "1.4.10",
35-
"properties-parser": "0.2.3"
35+
"properties-parser": "0.2.3",
36+
"watchr": "2.4.11",
37+
"rimraf": "2.2.6",
38+
"mkdirp": "0.3.5",
39+
"shelljs": "0.3.0"
3640
},
3741
"analyze": true,
3842
"devDependencies": {

0 commit comments

Comments
 (0)