Skip to content

Commit 28ff65a

Browse files
committed
chore: package.json engines field >=4.0, drop Node 0.10 and 0.12
BREAKING CHANGE: drop support for Node < 4.0 to enable usage of new tools and packages.
1 parent e544339 commit 28ff65a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
53
- "4"
64
- "5"
75
- "node"

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ environment:
33
- nodejs_version: '6'
44
- nodejs_version: '5'
55
- nodejs_version: '4'
6-
- nodejs_version: '0.12'
76
install:
87
- ps: Install-Product node $env:nodejs_version
98
- set CI=true

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"type": "git",
1313
"url": "git+https://github.com/conventional-changelog/standard-version.git"
1414
},
15+
"engines": {
16+
"node" : ">=4.0"
17+
},
1518
"keywords": [
1619
"conventional-changelog",
1720
"recommended",

0 commit comments

Comments
 (0)