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

Commit b38ae43

Browse files
committed
chore(package): -tape, -instanbul, +tap, +coveralls
1 parent 150a86f commit b38ae43

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"description": "hapi extension to enable CORS",
44
"main": "index.js",
55
"scripts": {
6-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
76
"pretest": "standard",
8-
"test": "npm run -s test:node | tap-spec",
9-
"test:coverage": "istanbul cover tests",
10-
"test:coverage:upload": "istanbul-coveralls",
11-
"test:node": "node tests"
7+
"coverage": "tap --coverage-report=html",
8+
"coverage:upload": "tap --coverage-report=text-lcov | coveralls",
9+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
10+
"test": "tap --100 --coverage tests"
1211
},
1312
"repository": {
1413
"type": "git",
@@ -26,11 +25,9 @@
2625
},
2726
"homepage": "https://github.com/gr2m/hapi-cors-headers#readme",
2827
"devDependencies": {
29-
"istanbul": "^0.4.2",
30-
"istanbul-coveralls": "^1.0.3",
31-
"semantic-release": "^6.2.0",
32-
"standard": "^8.0.0",
33-
"tap-spec": "^4.0.2",
34-
"tape": "^4.0.1"
28+
"coveralls": "^3.0.0",
29+
"semantic-release": "^9.1.1",
30+
"standard": "^10.0.3",
31+
"tap": "^10.7.3"
3532
}
3633
}

0 commit comments

Comments
 (0)