Skip to content

Commit

Permalink
Bump minimum supported node version to node@4. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored and SBoudrias committed Feb 10, 2017
1 parent e36671d commit 01fcd25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,3 @@ language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -10,10 +10,10 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "if-node-version \">=4\" xo && mocha --timeout 20000"
"test": "xo && mocha --timeout 20000"
},
"files": [
"index.js",
Expand All @@ -33,19 +33,18 @@
"version"
],
"dependencies": {
"boxen": "^0.6.0",
"boxen": "^1.0.0",
"chalk": "^1.0.0",
"configstore": "^2.0.0",
"is-npm": "^1.0.0",
"latest-version": "^2.0.0",
"lazy-req": "^1.1.0",
"lazy-req": "^2.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^2.0.0"
},
"devDependencies": {
"clear-require": "^1.0.1",
"clear-require": "^2.0.0",
"fixture-stdout": "^0.2.1",
"if-node-version": "^1.1.0",
"mocha": "*",
"strip-ansi": "^3.0.1",
"xo": "*"
Expand Down

0 comments on commit 01fcd25

Please sign in to comment.