Skip to content

Commit

Permalink
Merge 96e3bbe into 61a22ae
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Jul 9, 2018
2 parents 61a22ae + 96e3bbe commit 05f45b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "10"
after_script:
- npm run coveralls
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"devDependencies": {
"coveralls": "^3.0.0",
"fastify": "^1.4.0",
"fastify": "^1.8.0",
"pre-commit": "^1.2.2",
"request": "2.86.0",
"snazzy": "^7.0.0",
Expand All @@ -16,8 +16,8 @@
"node": ">=4.5"
},
"dependencies": {
"accepts": "^1.3.3",
"fastify-plugin": "^1.0.0"
"accepts": "^1.3.5",
"fastify-plugin": "^1.2.0"
},
"scripts": {
"lint": "standard | snazzy",
Expand Down

0 comments on commit 05f45b1

Please sign in to comment.