Skip to content

Commit

Permalink
postcss 5 dropped support for node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
robkorv committed Aug 23, 2015
1 parent 22f6c22 commit b26b924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ language: node_js
node_js:
- iojs
- "0.12"
- "0.10"
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.0.0 - Combinator selector replacement
## 2.0.0 - Combinator selector replacement, node 0.10 support dropped
* combinator selectors that can't be prefixed with the prefix are replaced with the prefix.
* dependencies update.
* [postcss 5 dropped support for node 0.10](https://github.com/postcss/postcss/releases/tag/5.0.0)

## 1.0.1 - Fix for node 0.10 & 0.12
* fixed TypeError: Object has no method 'includes'.
Expand Down

0 comments on commit b26b924

Please sign in to comment.