Skip to content

Commit

Permalink
Don't require a specific npm version
Browse files Browse the repository at this point in the history
As cors is not using the npm api directly and npm v2.0.0 was just released, I think its better to drop the npm requirement.
  • Loading branch information
johanneswuerbach committed Sep 13, 2014
1 parent f975892 commit 1315846
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
, "bugs": {"url": "https://github.com/troygoode/node-cors/issues"}
, "main": "./lib/index.js"
, "engines": {
"node": ">=0.10.0",
"npm": "^1.4"
"node": ">=0.10.0"
}
, "dependencies": {}
, "devDependencies": {
Expand Down

0 comments on commit 1315846

Please sign in to comment.