We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1345b commit 695fafcCopy full SHA for 695fafc
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - "6"
+ - "8.4.0"
5
+ - "7.5.0"
6
+ - "6.4.0"
7
install:
8
- npm install
9
script:
package.json
@@ -9,6 +9,9 @@
"test": "mocha index.test",
10
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags"
11
},
12
+ "engines": {
13
+ "node": ">=6.4.0"
14
+ },
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/jessedobbelaere/jira-smart-commit.git"
0 commit comments