File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Observables for the calorie conscious" ,
4
4
"main" : " src/Observable" ,
5
5
"scripts" : {
6
- "test " : " ava " ,
6
+ "benchmark " : " date >> benchmark.md && node chore/benchmark >> benchmark.md " ,
7
7
"cleanup" : " rm -rf ./src/**/*.js && rm -rf ./src/**/*.map" ,
8
- "lint " : " tslint ./src/**.ts " ,
8
+ "coverage " : " nyc npm test && nyc report --reporter=text-lcov | coveralls " ,
9
9
"hydra" : " node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm chore/benchmark.js" ,
10
- "rfc" : " node chore/rfc" ,
11
- "benchmark" : " date >> benchmark.md && node chore/benchmark >> benchmark.md" ,
10
+ "lint" : " tslint ./src/**.ts" ,
12
11
"postinstall" : " tsc" ,
13
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
12
+ "rfc" : " node chore/rfc" ,
13
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
14
+ "test" : " ava"
14
15
},
15
16
"author" : " " ,
16
17
"license" : " ISC" ,
17
18
"devDependencies" : {
18
19
"ava" : " ^0.16.0" ,
19
20
"benchmark" : " ^2.1.1" ,
21
+ "coveralls" : " ^2.11.14" ,
20
22
"cz-conventional-changelog" : " ^1.2.0" ,
21
23
"es-observable-tests" : " ^0.3.0" ,
22
24
"ghooks" : " ^1.3.2" ,
You can’t perform that action at this time.
0 commit comments