ember-cli-autoprefixer
Advanced tools
Comparing version 0.7.0 to 0.8.0
## master | ||
## 0.8.0 | ||
+ Update `broccoli-autoprefixer` dependency. This also updates Autoprefixer to | ||
v7.0.0 and requires Node version 4 or later. [#37](https://github.com/kimroen/ember-cli-autoprefixer/pull/37) and [#36](https://github.com/kimroen/ember-cli-autoprefixer/pull/36) | ||
## 0.7.0 | ||
@@ -4,0 +8,0 @@ + Support for the new `targets` feature coming in Ember-CLI 2.13. Read all about it [on @rwjblue's blog](http://rwjblue.com/2017/04/21/ember-cli-targets/). Thanks to [@rwjblue](https://github.com/rwjblue) and [@cibernox](https://github.com/cibernox) for working on it. [#34](https://github.com/kimroen/ember-cli-autoprefixer/pull/34) |
{ | ||
"name": "ember-cli-autoprefixer", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Process styles in an ember-cli application using Autoprefixer", | ||
@@ -23,3 +23,3 @@ "directories": { | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
"node": ">= 4" | ||
}, | ||
@@ -57,3 +57,3 @@ "author": "Kim Røen", | ||
"dependencies": { | ||
"broccoli-autoprefixer": "^4.1.0", | ||
"broccoli-autoprefixer": "^5.0.0", | ||
"lodash": "^4.0.0" | ||
@@ -60,0 +60,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7223
+ Addedansi-styles@3.2.1(transitive)
+ Addedautoprefixer@7.2.6(transitive)
+ Addedbroccoli-autoprefixer@5.0.0(transitive)
+ Addedbrowserslist@2.11.3(transitive)
+ Addedcaniuse-lite@1.0.30001680(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedautoprefixer@6.7.7(transitive)
- Removedbroccoli-autoprefixer@4.1.0(transitive)
- Removedbrowserslist@1.7.7(transitive)
- Removedcaniuse-db@1.0.30001680(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedbroccoli-autoprefixer@^5.0.0