Skip to content

Commit

Permalink
Move broccoli to dev dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis authored and seantomburke committed Oct 22, 2018
1 parent cf65804 commit 7ed1864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -69,11 +69,11 @@
"eslint-plugin-import": "^1.12.0",
"is-url": "^1.2.2",
"mocha": "^5.2.0",
"broccoli": "^1.1.4",
"broccoli-cli": "^1.0.0",
"should": "^10.0.0"
},
"dependencies": {
"broccoli": "^1.1.4",
"broccoli-cli": "^1.0.0",
"es6-promise": "^3.2.1",
"request": "^2.74.0",
"request-promise": "^4.1.0",
Expand Down

0 comments on commit 7ed1864

Please sign in to comment.