Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed May 26, 2017
1 parent 8e31ee1 commit 8d2d7b6
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.1.0
- 7.7.2

script:
- npm run lint
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"devDependencies": {
"chai": "^3.5.0",
"sinon": "^1.17.6",
"mocha": "^3.2.0",
"sinon": "^2.3.1",
"mocha": "^3.4.1",
"istanbul": "^0.4.5",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-hubot-js": "^1.0.4"
}
}

0 comments on commit 8d2d7b6

Please sign in to comment.