File tree Expand file tree Collapse file tree 3 files changed +1197
-628
lines changed Expand file tree Collapse file tree 3 files changed +1197
-628
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ notifications:
8
8
node_js :
9
9
- stable
10
10
before_script :
11
- - npm run benchmark | node_modules/.bin/commentator
12
11
- npm run coverage
13
12
- npm run lint
14
13
after_success :
Original file line number Diff line number Diff line change 27
27
"@types/node" : " ^9.3.0" ,
28
28
"benchmark" : " ^2.1.2" ,
29
29
"cli-table2" : " ^0.2.0" ,
30
- "commentator" : " ^1.0.5" ,
31
30
"coveralls" : " ^3.0.0" ,
32
31
"cz-conventional-changelog" : " ^2.0.0" ,
33
32
"ghooks" : " ^2.0.0" ,
34
33
"mocha" : " ^5.0.0" ,
35
34
"nyc" : " ^11.0.3" ,
36
35
"prettify" : " ^0.1.7" ,
37
36
"request-promise" : " ^4.1.1" ,
38
- "rollup" : " ^0.54 .1" ,
37
+ "rollup" : " ^0.57 .1" ,
39
38
"rollup-plugin-babili" : " ^3.0.0" ,
40
- "rollup-plugin-commonjs" : " ^8.0.2 " ,
39
+ "rollup-plugin-commonjs" : " ^9.1.0 " ,
41
40
"rollup-plugin-uglify" : " ^3.0.0" ,
42
- "semantic-release" : " ^12.2.2" ,
43
- "ts-node" : " ^4.0.0" ,
41
+ "semantic-release" : " ^15.1.2" ,
42
+ "travis-deploy-once" : " ^4.3.0" ,
43
+ "ts-node" : " 5.0.1" ,
44
44
"tslint" : " ^5.3.2" ,
45
45
"typescript" : " ^2.0.3" ,
46
46
"uglify" : " ^0.1.5" ,
47
- "validate-commit-msg" : " ^2.8.2" ,
48
- "travis-deploy-once" : " ^4.3.0"
47
+ "validate-commit-msg" : " ^2.8.2"
49
48
},
50
49
"repository" : {
51
50
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments