Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Use ~ instead ^ for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
srenault committed Jun 8, 2017
1 parent 1700501 commit 0871a96
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"test": "node -c *.js"
},
"dependencies": {
"body-parser": "^1.17.2",
"cookies": "^0.7.0",
"debug": "^2.6.8",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"method-override": "^2.3.9",
"morgan": "^1.8.2",
"prismic-nodejs": "^1.5.0",
"pug": "^2.0.0-rc.2",
"request": "^2.81.0",
"serve-favicon": "^2.4.3"
"body-parser": "~1.17.2",
"cookies": "~0.7.0",
"debug": "~2.6.8",
"errorhandler": "~1.5.0",
"express": "~4.15.3",
"method-override": "~2.3.9",
"morgan": "~1.8.2",
"prismic-nodejs": "~1.5.0",
"pug": "~2.0.0-rc.2",
"request": "~2.81.0",
"serve-favicon": "~2.4.3"
},
"repository": {
"type": "git",
"url": "http://github.com/prismicio/nodejs-sdk.git"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0"
"babel-eslint": "~7.2.3",
"eslint": "~3.19.0",
"eslint-config-airbnb-base": "~11.2.0",
"eslint-plugin-import": "~2.3.0"
},
"engines": {
"node": ">=4.8.1",
Expand Down

0 comments on commit 0871a96

Please sign in to comment.