This repository was archived by the owner on Apr 26, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " hapi extension to enable CORS" ,
4
4
"main" : " index.js" ,
5
5
"scripts" : {
6
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
7
6
"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"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
26
25
},
27
26
"homepage" : " https://github.com/gr2m/hapi-cors-headers#readme" ,
28
27
"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"
35
32
}
36
33
}
You can’t perform that action at this time.
0 commit comments