Skip to content

Commit f7e76d5

Browse files
committedJul 5, 2015
Add rimraf
·
v9.0.0v0.1.0-rc.1
1 parent 0af9ad0 commit f7e76d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"pulp": "^4.0.1"
4+
"pulp": "^4.0.1",
5+
"rimraf": "^2.4.1"
56
},
67
"scripts": {
78
"postinstall": "pulp dep install",

0 commit comments

Comments
 (0)
Please sign in to comment.