Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit 6135801

Browse files
committed
chore(package): update dependencies
1 parent a4a5a06 commit 6135801

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "index.js",
55
"scripts": {
66
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
7-
"test": "standard && npm run -s test:node | tap-spec",
7+
"pretest": "standard",
8+
"test": "npm run -s test:node | tap-spec",
89
"test:coverage": "istanbul cover tests",
910
"test:coverage:upload": "istanbul-coveralls",
1011
"test:node": "node tests"
@@ -25,10 +26,10 @@
2526
},
2627
"homepage": "https://github.com/gr2m/hapi-cors-headers#readme",
2728
"devDependencies": {
28-
"istanbul": "^0.3.17",
29+
"istanbul": "^0.4.2",
2930
"istanbul-coveralls": "^1.0.3",
30-
"semantic-release": "^4.0.0",
31-
"standard": "^4.5.4",
31+
"semantic-release": "^6.2.0",
32+
"standard": "^6.0.8",
3233
"tap-spec": "^4.0.2",
3334
"tape": "^4.0.1"
3435
}

0 commit comments

Comments
 (0)