Skip to content

Commit 5be5cee

Browse files
authored
Merge pull request #155 from TrySound/postcss6
Upgrade postcss6
2 parents 42708f1 + 3954c61 commit 5be5cee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- "0.12"
5-
- "4.0"
3+
- "4"
4+
- "6"
5+
- "node"
66
script: npm run travis
77

88
before_install:

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/geelen/postcss-modules-scope.git"
20+
"url": "https://github.com/css-modules/postcss-modules-scope.git"
2121
},
2222
"keywords": [
2323
"css-modules",
@@ -30,12 +30,12 @@
3030
"author": "Glen Maddern",
3131
"license": "ISC",
3232
"bugs": {
33-
"url": "https://github.com/geelen/postcss-modules-scope/issues"
33+
"url": "https://github.com/css-modules/postcss-modules-scope/issues"
3434
},
35-
"homepage": "https://github.com/geelen/postcss-modules-scope",
35+
"homepage": "https://github.com/css-modules/postcss-modules-scope",
3636
"dependencies": {
3737
"css-selector-tokenizer": "^0.7.0",
38-
"postcss": "^5.0.4"
38+
"postcss": "^6.0.1"
3939
},
4040
"devDependencies": {
4141
"babel": "^5.4.7",

0 commit comments

Comments
 (0)