Skip to content

Commit

Permalink
Merge pull request #78 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 4, 2017
2 parents 74521e5 + a0fc21e commit bd7c5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.2
- 7.8.0
sudo: false
branches:
only:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"jsdoc-to-markdown": "^3.0.0",
"markdown-doctest": "^0.9.1",
"mocha": "^3.2.0",
"rollup": "^0.41.4",
"rollup": "^0.41.6",
"rollup-plugin-istanbul": "^1.1.0",
"semantic-release": "^6.3.6",
"nyc": "^10.1.2"
"nyc": "^10.2.0"
},
"release": {
"verifyRelease": "cracks"
Expand All @@ -50,7 +50,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=7.7.2"
"node": ">=7.8.0"
},
"config": {
"commitizen": {
Expand All @@ -67,4 +67,4 @@
],
"report-dir": "./coverage"
}
}
}

0 comments on commit bd7c5d1

Please sign in to comment.