Skip to content

Commit d9a7061

Browse files
Add rimraf and colors as dev-dependencies
1 parent 8be8c09 commit d9a7061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@
3333
"@types/request": "0.0.42",
3434
"chai": "3.5.0",
3535
"chai-as-promised": "6.0.0",
36+
"colors": "1.2.4",
3637
"file": "0.2.2",
3738
"grunt": "1.0.1",
3839
"grunt-contrib-clean": "1.0.0",
3940
"grunt-contrib-watch": "1.0.0",
4041
"grunt-shell": "2.1.0",
4142
"grunt-ts": "6.0.0-beta.10",
4243
"grunt-tslint": "4.0.0",
44+
"rimraf": "2.6.2",
4345
"spec-xunit-file": "0.0.1-3",
4446
"tslint": "4.3.1",
4547
"typescript": "2.1.4"
@@ -49,4 +51,4 @@
4951
"engines": {
5052
"node": ">=6.0.0 <9.0.0"
5153
}
52-
}
54+
}

0 commit comments

Comments
 (0)