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 11sudo : false
22language : node_js
33node_js :
4- - " 0.10 "
5- - " 0.12 "
6- - " iojs-v2.1.0 "
4+ - 4
5+ - 6
6+ - 7
77script : npm run travis
88
9- before_install :
10- - ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11-
129after_success :
1310 - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
1411 - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
Original file line number Diff line number Diff line change 1515 "url" : " https://github.com/css-modules/postcss-modules-local-by-default.git"
1616 },
1717 "dependencies" : {
18- "css-selector-tokenizer" : " ^0.6 .0" ,
18+ "css-selector-tokenizer" : " ^0.7 .0" ,
1919 "postcss" : " ^5.0.4"
2020 },
2121 "devDependencies" : {
2222 "chokidar-cli" : " ^1.0.1" ,
2323 "codecov.io" : " ^0.1.2" ,
2424 "coveralls" : " ^2.11.2" ,
2525 "eslint" : " ^3.19.0" ,
26- "istanbul" : " ^0.3.14 " ,
26+ "istanbul" : " ^0.4.5 " ,
2727 "tape" : " ^4.0.0"
2828 },
2929 "scripts" : {
3636 "travis" : " npm run cover -- --report lcovonly" ,
3737 "prepublish" : " npm prune && npm test" ,
3838 "publish-patch" : " npm prune && npm test && npm version patch && git push && git push --tags && npm publish"
39- }
39+ },
40+ "files" : [
41+ " index.js"
42+ ]
4043}
You can’t perform that action at this time.
0 commit comments