Skip to content

Commit

Permalink
chore: package.json engines field >=4.0, drop Node 0.10 and 0.12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node < 4.0 to enable usage of
new tools and packages.
  • Loading branch information
Tapppi committed Sep 27, 2016
1 parent e544339 commit 28ff65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "node"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.12'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"type": "git",
"url": "git+https://github.com/conventional-changelog/standard-version.git"
},
"engines": {
"node" : ">=4.0"
},
"keywords": [
"conventional-changelog",
"recommended",
Expand Down

0 comments on commit 28ff65a

Please sign in to comment.