We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e544339 commit 28ff65aCopy full SHA for 28ff65a
.travis.yml
@@ -1,7 +1,5 @@
1
language: node_js
2
node_js:
3
- - "0.10"
4
- - "0.12"
5
- "4"
6
- "5"
7
- "node"
appveyor.yml
@@ -3,7 +3,6 @@ environment:
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
- - nodejs_version: '0.12'
install:
8
- ps: Install-Product node $env:nodejs_version
9
- set CI=true
package.json
@@ -12,6 +12,9 @@
12
"type": "git",
13
"url": "git+https://github.com/conventional-changelog/standard-version.git"
14
},
15
+ "engines": {
16
+ "node" : ">=4.0"
17
+ },
18
"keywords": [
19
"conventional-changelog",
20
"recommended",
0 commit comments