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

Commit

Permalink
Merge pull request #23 from zooniverse/remove-peer-dep
Browse files Browse the repository at this point in the history
Move superagent from peerDeps to deps
  • Loading branch information
brian-c committed Jan 13, 2016
2 parents 4090f0f + d27520e commit f012894
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 f012894

Please sign in to comment.