Skip to content

Commit

Permalink
fix(npm dependencies): published what was being used to compile multi…
Browse files Browse the repository at this point in the history
…ple differnt css preprocessors into one. closes #221
  • Loading branch information
webark committed Mar 30, 2017
1 parent dbf2914 commit a060942
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "2.12.0",
"ember-cli-css-extensions": "git://github.com/webark/ember-cli-css-extensions.git",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^1.1.1",
Expand All @@ -50,6 +49,7 @@
"ember-cli-qunit": "^3.1.0",
"ember-cli-shims": "^1.0.2",
"ember-cli-sri": "^2.1.0",
"ember-cli-styles-preprocessor": "0.0.6",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
Expand All @@ -68,7 +68,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"before": [
"ember-cli-css-extensions",
"ember-cli-styles-preprocessor",
"ember-cli-less",
"ember-cli-sass",
"ember-cli-stylus",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/lib/no-style-files-yet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"ember-cli-babel": "^5.1.7",
"ember-cli-css-extensions": "*",
"ember-cli-styles-preprocessor": "*",
"ember-cli-htmlbars": "*"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/lib/second-test-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"ember-cli-babel": "^5.1.7",
"ember-cli-css-extensions": "*",
"ember-cli-styles-preprocessor": "*",
"ember-cli-htmlbars": "*"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/lib/test-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"ember-cli-babel": "^5.1.7",
"ember-cli-css-extensions": "*",
"ember-cli-styles-preprocessor": "*",
"ember-cli-htmlbars": "*"
},
"keywords": [
Expand Down

0 comments on commit a060942

Please sign in to comment.