Skip to content

Commit

Permalink
[ISSUE-317] Move del from dependencies to devDependencies (nosir#321)
Browse files Browse the repository at this point in the history
Closes: nosir#317
  • Loading branch information
Andrew Luca authored and nosir committed Apr 7, 2018
1 parent dfbb19e commit 2a1225f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"browserify": "^13.0.1",
"chai": "^3.5.0",
"create-react-class": "^15.5.2",
"del": "^3.0.0",
"errorify": "^0.3.1",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
Expand All @@ -65,8 +66,5 @@
"watchify": "^3.7.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"del": "^3.0.0"
}
}

0 comments on commit 2a1225f

Please sign in to comment.