File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - " 0.10 "
5
- - " 0.12 "
6
- - " iojs-v2.1.0 "
4
+ - 4
5
+ - 6
6
+ - 7
7
7
script : npm run travis
8
8
9
- before_install :
10
- - ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11
-
12
9
after_success :
13
10
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
14
11
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
Original file line number Diff line number Diff line change 15
15
"url" : " https://github.com/css-modules/postcss-modules-local-by-default.git"
16
16
},
17
17
"dependencies" : {
18
- "css-selector-tokenizer" : " ^0.6 .0" ,
18
+ "css-selector-tokenizer" : " ^0.7 .0" ,
19
19
"postcss" : " ^5.0.4"
20
20
},
21
21
"devDependencies" : {
22
22
"chokidar-cli" : " ^1.0.1" ,
23
23
"codecov.io" : " ^0.1.2" ,
24
24
"coveralls" : " ^2.11.2" ,
25
25
"eslint" : " ^3.19.0" ,
26
- "istanbul" : " ^0.3.14 " ,
26
+ "istanbul" : " ^0.4.5 " ,
27
27
"tape" : " ^4.0.0"
28
28
},
29
29
"scripts" : {
36
36
"travis" : " npm run cover -- --report lcovonly" ,
37
37
"prepublish" : " npm prune && npm test" ,
38
38
"publish-patch" : " npm prune && npm test && npm version patch && git push && git push --tags && npm publish"
39
- }
39
+ },
40
+ "files" : [
41
+ " index.js"
42
+ ]
40
43
}
You can’t perform that action at this time.
0 commit comments