Skip to content

Commit

Permalink
defined version number to all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agmoyano committed Sep 28, 2015
1 parent 69d1cfe commit 9706741
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
17 changes: 8 additions & 9 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"start": "node openid-connect-example.js"
},
"dependencies": {
"express": "~4.0",
"express-session": "*",
"connect-redis": "*",
"extend": "*",
"morgan": "*",
"body-parser": "*",
"method-override": "*",
"cookie-parser": "*",
"errorhandler": "*"
"body-parser": "^1.14.1",
"connect-redis": "^2.5.1",
"cookie-parser": "^1.4.0",
"errorhandler": "^1.4.2",
"express-session": "^1.11.3",
"extend": "^3.0.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"main": "index",
"dependencies": {
"extend": "1.1.3",
"sails-redis": "balderdashy/sails-redis",
"modelling": "*",
"q": "0.9.6",
"jwt-simple": "0.1.0",
"lodash": "*",
"base64url": "*",
"clean-obj": "*"
"base64url": "^1.0.4",
"clean-obj": "^0.1.2",
"extend": "^3.0.0",
"jwt-simple": "^0.3.1",
"lodash": "^3.10.1",
"modelling": "0.0.3",
"q": "^1.4.1",
"sails-redis": "^0.10.5"
},
"directories": {
"example": "./examples"
Expand Down

0 comments on commit 9706741

Please sign in to comment.