Skip to content

Commit

Permalink
chore(dependencies): update postcss to latest version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AoDev committed Mar 4, 2018
1 parent 5bc9dc7 commit b586ebf
Show file tree
Hide file tree
Showing 3 changed files with 2,606 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ node_js:
- "4"
- "5"
- "6"
- "0.12"
- "iojs"
- "7"
- "8"
- "9"
Loading

0 comments on commit b586ebf

Please sign in to comment.