Skip to content

Commit

Permalink
Merge 52b06aa into 7b7dc11
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Oct 27, 2017
2 parents 7b7dc11 + 52b06aa commit 80d3232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ tests
doc
*.log
*.tmp
.DS_Store
.test
.tmp
.gitignore
.npmrc
.travis.yml
.npmignore
.vscode
Expand Down
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.6.0
- 8.8.1
sudo: false
branches:
only:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"koa-route": "^3.2.0",
"mocha": "^3.5.3",
"network-address": "^1.1.2",
"semantic-release": "^8.0.4",
"semantic-release": "^8.2.2",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"jsdoc-to-markdown": "^3.0.0",
"markdown-doctest": "^0.9.1",
"rollup": "^0.50.0",
"nyc": "^11.2.1"
"nyc": "^11.3.0"
},
"contributors": [
{
Expand All @@ -59,7 +59,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=8.6.0"
"node": ">=8.8.1"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 80d3232

Please sign in to comment.