Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kimroen committed May 31, 2015
1 parent 45adf36 commit ef86f62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.4.0
+ Updated `broccoli-autoprefixer` dependency. It is now running
autoprefixer through PostCSS, which gets rid of the deprecation
warnings.
[#14](https://github.com/kimroen/ember-cli-autoprefixer/pull/14)

## 0.3.0
+ Added support for disabling autoprefixer. [#7](https://github.com/kimroen/ember-cli-autoprefixer/pull/7).
+ Updated version of `broccoli-autoprefixer`, which in turn updates Autoprefixer
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -2,13 +2,11 @@
This addon runs the styles of your EmberCLI-project through
`autoprefixer`.

*NB*: This addon requires Ember CLI version `0.0.39` or newer.

## Install
To install, run

```
npm install ember-cli-autoprefixer --save-dev
ember install ember-cli-autoprefixer
```

## Options
Expand Down

0 comments on commit ef86f62

Please sign in to comment.