Skip to content

Commit

Permalink
use peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guileen committed Jan 13, 2015
1 parent 92d8f29 commit 8289477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoskin",
"description": "The future layer above node-mongodb-native",
"version": "1.4.4",
"version": "1.4.10",
"author": "Gui Lin <guileen@gmail.com>",
"homepage": "https://github.com/kissjs/node-mongoskin",
"repository": {
Expand All @@ -20,8 +20,8 @@
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"mongodb": "1.4.4"
"peerDependencies": {
"mongodb": ">= 1.4"
},
"devDependencies": {
"mocha": "~1.17.1",
Expand Down

4 comments on commit 8289477

@paulhill
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>= 1.4 is fetching a 2.x version

https://github.com/npm/node-semver#ranges

#153

@tj
Copy link

@tj tj commented on 8289477 Mar 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guileen can haz fix + new release? :D 2.x of "mongodb" seems to have broken stuff

@vkarpov15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tj see #159. I'll see if the old maintainers have some comments on the PR because I'm admittedly a little green with mongoskin, but if not I'll merge and release tomorrow. BTW thanks for express, jade, stylus, etc. - don't know how I ever lived without them :)

@tj
Copy link

@tj tj commented on 8289477 Mar 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vkarpov15 thanks man! looks like that should do the trick

Please sign in to comment.