Skip to content

Commit

Permalink
Fix devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orzFly committed Jan 8, 2018
1 parent 5c4b1ac commit d853d2c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@
"axios": "^0.17.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"got": "^8.0.1",
"mocha": "^4.1.0",
"node-fetch": "^1.7.3",
"nyc": "^11.4.1",
"request": "^2.83.0"
"request": "^2.83.0",
"superagent": "^3.8.2"
},
"scripts": {
"test": "node_modules/.bin/nyc node_modules/.bin/mocha",
"coverage": "node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls"
},
"dependencies": {
"got": "^8.0.1",
"superagent": "^3.8.2"
}
}

0 comments on commit d853d2c

Please sign in to comment.