ember-cli-css-preprocess
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,1 +1,6 @@ | ||
# 1.1.0 | ||
* Bumps dependency versions | ||
* Adds support for node-sass 4.x.x | ||
# 1.0.2 | ||
@@ -2,0 +7,0 @@ * Bumps dependency versions |
{ | ||
"name": "ember-cli-css-preprocess", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Preprocess your stylesheets with multiple preprocessors like node-sass, postcss or less", | ||
@@ -37,12 +37,12 @@ "main": "index.js", | ||
"broccoli-caching-writer": "^3.0.3", | ||
"broccoli-merge-trees": "^1.1.4", | ||
"broccoli-merge-trees": "^1.2.1", | ||
"co": "^4.6.0", | ||
"deepmerge": "^0.2.10", | ||
"ember-cli-version-checker": "^1.1.6", | ||
"deepmerge": "^1.3.2", | ||
"ember-cli-version-checker": "^1.2.0", | ||
"find-package-json": "^1.0.0", | ||
"fs-promise": "^0.5.0", | ||
"is-glob": "^2.0.1", | ||
"fs-promise": "^1.0.0", | ||
"is-glob": "^3.1.0", | ||
"minimatch": "^3.0.3", | ||
"mkdirp": "^0.5.1", | ||
"mkdirp-promise": "^2.0.0", | ||
"mkdirp-promise": "^5.0.1", | ||
"semver": "^5.3.0" | ||
@@ -52,14 +52,14 @@ }, | ||
"chai": "^3.5.0", | ||
"co-mocha": "^1.1.3", | ||
"common-tags": "^1.3.1", | ||
"co-mocha": "^1.2.0", | ||
"common-tags": "^1.4.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-mocha": "^3.0.1", | ||
"mocha": "^3.0.2", | ||
"mocha": "^3.2.0", | ||
"publish-please": "^2.2.0" | ||
}, | ||
"compatibleProcessors": { | ||
"postcss": "^5.0.14", | ||
"node-sass": "^3.4.2", | ||
"less": "^2.7.1" | ||
"postcss": "^5.2.12", | ||
"node-sass": "^3.4.2 || ^4.5.0", | ||
"less": "^2.7.2" | ||
}, | ||
@@ -66,0 +66,0 @@ "engines": { |
@@ -5,3 +5,3 @@ 'use strict' | ||
const incompatibleVersion = '1.6.3' | ||
const compatibleVersion = '2.7.1' | ||
const compatibleVersion = '2.7.2' | ||
const npm = helper.npm | ||
@@ -8,0 +8,0 @@ |
@@ -12,3 +12,3 @@ 'use strict' | ||
yield npm.install('less@2.7.1') | ||
yield npm.install('less@2.7.2') | ||
}) | ||
@@ -15,0 +15,0 @@ |
@@ -12,3 +12,3 @@ 'use strict' | ||
yield npm.uninstall('node-sass') | ||
yield npm.install('node-sass@3.7.0') | ||
yield npm.install('node-sass@4.5.0') | ||
}) | ||
@@ -15,0 +15,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
34015
+ Addeddeepmerge@1.5.2(transitive)
+ Addedfs-extra@1.0.0(transitive)
+ Addedfs-promise@1.0.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@3.1.0(transitive)
+ Addedmkdirp-promise@5.0.1(transitive)
- Removeddeepmerge@0.2.10(transitive)
- Removedfs-extra@0.26.7(transitive)
- Removedfs-promise@0.5.0(transitive)
- Removedis-extglob@1.0.0(transitive)
- Removedis-glob@2.0.1(transitive)
- Removedmkdirp-promise@2.0.0(transitive)
Updatedbroccoli-merge-trees@^1.2.1
Updateddeepmerge@^1.3.2
Updatedfs-promise@^1.0.0
Updatedis-glob@^3.1.0
Updatedmkdirp-promise@^5.0.1