Skip to content

Commit

Permalink
Merge 4bb922a into 66b36dc
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 8, 2017
2 parents 66b36dc + 4bb922a commit b025155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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:
- 8.8.1
- 8.9.1
sudo: false
branches:
only:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"cover": "nyc npm test",
"test": "mocha tests/*-test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",
"pretest": "rollup -c",
"posttest": "markdown-doctest",
Expand Down Expand Up @@ -39,12 +39,12 @@
"koa-route": "^3.2.0",
"mocha": "^3.5.3",
"network-address": "^1.1.2",
"semantic-release": "^8.2.3",
"semantic-release": "^9.1.0",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"jsdoc-to-markdown": "^3.0.0",
"jsdoc-to-markdown": "^3.0.1",
"markdown-doctest": "^0.9.1",
"rollup": "^0.51.0",
"rollup": "^0.51.1",
"nyc": "^11.3.0"
},
"contributors": [
Expand All @@ -59,7 +59,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=8.8.1"
"node": ">=8.9.1"
},
"nyc": {
"include": [
Expand Down

0 comments on commit b025155

Please sign in to comment.