Skip to content

Commit 959d3a2

Browse files
authored
Merge pull request #144 from TrySound/postcss6
Upgrade postcss6
2 parents 7f49d54 + e6a95bf commit 959d3a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
sudo: false
21
language: node_js
32
node_js:
43
- "4"
54
- "6"
6-
- "7"
5+
- "node"
76
script: npm run travis
87

98
after_success:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
3636
"dependencies": {
37-
"postcss": "^5.0.4"
37+
"postcss": "^6.0.1"
3838
},
3939
"devDependencies": {
4040
"babel": "^5.4.7",

0 commit comments

Comments
 (0)