Skip to content

Commit

Permalink
Merge pull request #79 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package template from Kronos-Tools/npm-package-template
  • Loading branch information
arlac77 authored Apr 13, 2017
2 parents bd7c5d1 + de753c8 commit 486107e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 7.8.0
- 7.9.0
sudo: false
branches:
only:
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=7.8.0"
"node": ">=7.9.0"
},
"config": {
"commitizen": {
Expand All @@ -66,5 +66,10 @@
"lcov"
],
"report-dir": "./coverage"
},
"template": {
"repository": {
"url": "https://github.com/Kronos-Tools/npm-package-template.git"
}
}
}

0 comments on commit 486107e

Please sign in to comment.