Skip to content

Commit 43d3e09

Browse files
authored
Merge branch 'master' into greenkeeper-eslint-3.19.0
2 parents 05fa0f8 + 8941253 commit 43d3e09

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "iojs-v2.1.0"
4+
- 4
5+
- 6
6+
- 7
77
script: npm run travis
88

9-
before_install:
10-
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11-
129
after_success:
1310
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
1411
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
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": {
@@ -36,5 +36,8 @@
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
}

0 commit comments

Comments
 (0)