Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Move superagent from peerDeps to deps
Browse files Browse the repository at this point in the history
NPM no longer installs peer dependencies as of v3, so we shouldn't rely
on it being available
  • Loading branch information
rogerhutchings committed Jan 13, 2016
1 parent 4090f0f commit d27520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "coffee --compile --output ./lib ./src",
"prepublish": "npm run compile"
},
"peerDependencies": {
"dependencies": {
"superagent": "^1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit d27520e

Please sign in to comment.