|
16 | 16 | "test": "npm run lint && tape tests/*.js | tap-spec",
|
17 | 17 | "coverage": "istanbul cover tape tests/*.js",
|
18 | 18 | "coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
|
19 |
| - "semantic-release": "semantic-release" |
| 19 | + "semantic-release": "semantic-release", |
| 20 | + "travis-deploy-once": "travis-deploy-once" |
20 | 21 | },
|
21 | 22 | "dependencies": {
|
22 |
| - "ansi-to-html": "^0.6.0", |
| 23 | + "ansi-to-html": "^0.6.4", |
23 | 24 | "async-tools": "^1.3.0",
|
24 |
| - "bl": "~1.2.0", |
| 25 | + "bl": "~1.2.2", |
25 | 26 | "jade": "~1.11.0",
|
26 |
| - "logging-tool": "~1.2.2", |
| 27 | + "logging-tool": "~1.2.3", |
27 | 28 | "minimist": "^1.2.0",
|
28 |
| - "node-static": "^0.7.7", |
29 |
| - "semver": "^5.1.0", |
| 29 | + "node-static": "^0.7.10", |
| 30 | + "semver": "^5.5.0", |
30 | 31 | "socket.io": "~2.1.0",
|
31 | 32 | "string-format": "~1.0.0"
|
32 | 33 | },
|
33 | 34 | "devDependencies": {
|
34 |
| - "codeclimate-test-reporter": "~0.4.0", |
35 |
| - "cz-conventional-changelog": "^2.0.0", |
36 |
| - "ghooks": "^2.0.0", |
37 |
| - "istanbul": "~0.4.2", |
38 |
| - "jshint": "~2.9.1-rc3", |
39 |
| - "semantic-release": "^15.0.0", |
| 35 | + "codeclimate-test-reporter": "~0.5.0", |
| 36 | + "cz-conventional-changelog": "^2.1.0", |
| 37 | + "ghooks": "^2.0.3", |
| 38 | + "istanbul": "~0.4.5", |
| 39 | + "jshint": "~2.9.5", |
| 40 | + "semantic-release": "^15.1.7", |
40 | 41 | "tap-spec": "~4.1.1",
|
41 | 42 | "tape": "~4.9.0",
|
42 |
| - "through2": "~2.0.0", |
43 |
| - "validate-commit-msg": "^2.3.1" |
| 43 | + "through2": "~2.0.3", |
| 44 | + "validate-commit-msg": "^2.14.0", |
| 45 | + "travis-deploy-once": "^4.4.1" |
44 | 46 | },
|
45 | 47 | "bugs": {
|
46 | 48 | "url": "https://github.com/itsapi/github-listener/issues"
|
|
0 commit comments