Skip to content

Commit b586ebf

Browse files
committed
chore(dependencies): update postcss to latest version
postcss was updated to version 6. BREAKING CHANGE: css-byebye will work from node v4 from now on. postcss@6 drops support for nodejs 0.12. This should normally not be a problem if you use recent versions of node, but it is a breaking change nonetheless. Links: https://github.com/postcss/postcss/releases/tag/6.0.0
1 parent 5bc9dc7 commit b586ebf

File tree

3 files changed

+2606
-3
lines changed

3 files changed

+2606
-3
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ node_js:
33
- "4"
44
- "5"
55
- "6"
6-
- "0.12"
7-
- "iojs"
6+
- "7"
7+
- "8"
8+
- "9"

0 commit comments

Comments
 (0)