Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintwhite committed Apr 28, 2018
1 parent 266ab25 commit 5c51d26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ config.json
coverage
npm-debug.log
.floo*
package-lock.json
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,33 @@
"test": "npm run lint && tape tests/*.js | tap-spec",
"coverage": "istanbul cover tape tests/*.js",
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"ansi-to-html": "^0.6.0",
"ansi-to-html": "^0.6.4",
"async-tools": "^1.3.0",
"bl": "~1.2.0",
"bl": "~1.2.2",
"jade": "~1.11.0",
"logging-tool": "~1.2.2",
"logging-tool": "~1.2.3",
"minimist": "^1.2.0",
"node-static": "^0.7.7",
"semver": "^5.1.0",
"node-static": "^0.7.10",
"semver": "^5.5.0",
"socket.io": "~2.1.0",
"string-format": "~1.0.0"
},
"devDependencies": {
"codeclimate-test-reporter": "~0.4.0",
"cz-conventional-changelog": "^2.0.0",
"ghooks": "^2.0.0",
"istanbul": "~0.4.2",
"jshint": "~2.9.1-rc3",
"semantic-release": "^15.0.0",
"codeclimate-test-reporter": "~0.5.0",
"cz-conventional-changelog": "^2.1.0",
"ghooks": "^2.0.3",
"istanbul": "~0.4.5",
"jshint": "~2.9.5",
"semantic-release": "^15.1.7",
"tap-spec": "~4.1.1",
"tape": "~4.9.0",
"through2": "~2.0.0",
"validate-commit-msg": "^2.3.1"
"through2": "~2.0.3",
"validate-commit-msg": "^2.14.0",
"travis-deploy-once": "^4.4.1"
},
"bugs": {
"url": "https://github.com/itsapi/github-listener/issues"
Expand Down

0 comments on commit 5c51d26

Please sign in to comment.