Skip to content

Commit

Permalink
fix(package): merge package template from Kronos-Tools/npm-package-te…
Browse files Browse the repository at this point in the history
…mplate
  • Loading branch information
arlac77 committed Apr 4, 2017
1 parent 74521e5 commit a0fc21e
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 a0fc21e

Please sign in to comment.