Skip to content

Commit

Permalink
Upped the version and added a version for request
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Mar 22, 2011
1 parent 40019e1 commit 7162bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodester-api",
"description": "A module to allow interaction with the http://nodester.com/ platform.",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "http://nodester.com/",
"repository": "git://github.com/nodester/nodester-api.git",
"author": "Daniel Bartlett <dan@f-box.org> (http://danb-uk.net/)",
Expand All @@ -13,7 +13,7 @@
"node": "*"
},
"dependencies" : {
"request": "*"
"request": ">=1.9.1"
},
"main": "./nodester.js"
}

0 comments on commit 7162bb2

Please sign in to comment.