Skip to content

Commit

Permalink
chore(package): add missing devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Aug 4, 2015
1 parent 7d2eb9e commit a7b7a91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
"devDependencies": {
"babel": "^5.8.20",
"babel-eslint": "^4.0.5",
"coveralls": "^2.11.3",
"mkdirp": "^0.5.1",
"nock": "^2.9.1",
"nyc": "^3.1.0",
"rimraf": "^2.4.2",
"semantic-release": "^4.0.2",
"standard": "^4.5.4",
"tap": "^1.3.2",
"semantic-release": "^4.0.2"
"tap": "^1.3.2"
},
"dependencies": {
"babel-core": "^5.8.20",
Expand Down

0 comments on commit a7b7a91

Please sign in to comment.