File tree 4 files changed +777
-143
lines changed
4 files changed +777
-143
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ matrix:
13
13
node_js : " 6"
14
14
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
15
15
- os : linux
16
- node_js : " 4.7 "
16
+ node_js : " 4.3 "
17
17
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
18
18
- os : linux
19
19
node_js : " 7"
20
20
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
21
21
- os : linux
22
- node_js : " 4.7 "
22
+ node_js : " 4.3 "
23
23
env : WEBPACK_VERSION="1.14.0" JOB_PART=test
24
24
before_install :
25
25
- nvm --version
Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ import { className } from 'file.css';
467
467
[ tests ] : http://img.shields.io/travis/webpack-contrib/css-loader.svg
468
468
[ tests-url ] : https://travis-ci.org/webpack-contrib/css-loader
469
469
470
- [ cover ] : https://coveralls .io/repos/github/ webpack-contrib/css-loader/badge.svg
471
- [ cover-url ] : https://coveralls .io/github /webpack-contrib/css-loader
470
+ [ cover ] : https://codecov .io/gh/ webpack-contrib/css-loader/branch/master/graph /badge.svg
471
+ [ cover-url ] : https://codecov .io/gh /webpack-contrib/css-loader
472
472
473
473
[ chat ] : https://badges.gitter.im/webpack/webpack.svg
474
474
[ chat-url ] : https://gitter.im/webpack/webpack
Original file line number Diff line number Diff line change 31
31
"eslint" : " 3.14.0" ,
32
32
"istanbul" : " ^0.4.5" ,
33
33
"mocha" : " ^3.2.0" ,
34
- "should" : " ^11.1.2"
34
+ "should" : " ^11.1.2" ,
35
+ "standard-version" : " ^4.0.0"
35
36
},
36
37
"scripts" : {
37
38
"test" : " mocha" ,
40
41
"travis:test" : " npm run cover" ,
41
42
"travis:lint" : " npm run lint" ,
42
43
"cover" : " istanbul cover node_modules/mocha/bin/_mocha" ,
43
- "publish-patch " : " mocha && npm version patch && git push && git push --tags && npm publish "
44
+ "release " : " yarn run standard-version "
44
45
},
45
46
"repository" : {
46
47
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments