Skip to content

Commit

Permalink
chore: use caret to describe version ranges
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for very old version of Node.js (v0.10 and below)
  • Loading branch information
medikoo committed Aug 7, 2018
1 parent b557be9 commit 64e6206
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
},
"dependencies": {
"d": "1",
"deferred": "~0.7.9",
"es5-ext": "~0.10.45",
"find-requires": "~0.2.3",
"fs2": "~0.2.7",
"memoizee": "~0.4.13",
"next": "~0.4.1",
"deferred": "^0.7.9",
"es5-ext": "^0.10.45",
"find-requires": "^0.2.3",
"fs2": "^0.2.7",
"memoizee": "^0.4.13",
"next": "^0.4.1",
"path2": "0.1",
"optimist": "~0.6.1"
"optimist": "^0.6.1"
},
"devDependencies": {
"jsdom": "~11.12.0",
"tad": "~0.2.7",
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.4"
"jsdom": "^11.12.0",
"tad": "^0.2.7",
"xlint": "^0.2.2",
"xlint-jslint-medikoo": "^0.1.4"
},
"scripts": {
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
Expand Down

0 comments on commit 64e6206

Please sign in to comment.