Skip to content

Commit

Permalink
Merge pull request #2 from yamadapc/master
Browse files Browse the repository at this point in the history
Set mongoose as a peerDependency and a devDependency
  • Loading branch information
russmatney committed Dec 27, 2013
2 parents 0184238 + d7d0881 commit 379be59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.0",
"description": "Mongoose Query Pagination",
"main": "./lib/pagination.js",
"dependencies":{
"mongoose":">=2.7.0"
"peerDependencies": {
"mongoose": ">=2.7.0"
},
"devDependencies":{
"mongoose": ">=2.7.0",
"chai": "~1.3.0",
"coffee-script": "~1.3.3",
"mocha": "~1.6.0"
Expand Down

0 comments on commit 379be59

Please sign in to comment.