Skip to content

Commit

Permalink
bump npm version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed May 6, 2014
1 parent 3a285f7 commit d402c43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cors"
, "version": "2.2.0"
, "version": "2.3.0"
, "author": "Troy Goode <troygoode@gmail.com> (https://github.com/troygoode/)"
, "description": "middleware for dynamically or statically enabling CORS in express/connect applications"
, "keywords": ["cors", "express", "connect", "middleware"]
Expand All @@ -26,11 +26,11 @@
}
, "dependencies": {}
, "devDependencies": {
"express": "*"
, "lint": "*"
, "mocha": "*"
, "should": "*"
, "supertest": "*"
"express": "^3"
, "lint": "^1.1.2"
, "mocha": "^1.18.2"
, "should": "^3.3.1"
, "supertest": "^0.12.0"
}
, "scripts": {
"test": "./node_modules/mocha/bin/mocha"
Expand Down

0 comments on commit d402c43

Please sign in to comment.