Skip to content

Commit

Permalink
upgrade ember-cli-sass to be more modern
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Feb 9, 2016
1 parent 9876e8d commit 910b2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-materialize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
this.addPackageToProject('ember-new-computed', '~1.0.0'),
this.addPackageToProject('ember-key-responder', '~0.4.0'),
this.addPackageToProject('ember-modal-dialog', '~0.8.0'),
this.addPackageToProject('ember-cli-sass', '^3.3.0'),
this.addPackageToProject('ember-cli-sass', '^5.2.1'),
this.addPackageToProject('ember-legacy-views', '^0.2.0')
]);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ember-cli-ic-ajax": "0.2.4",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.4",
"ember-cli-sass": "3.3.0",
"ember-cli-sass": "5.2.1",
"ember-cli-uglify": "^1.2.0",
"ember-code-snippet": "mike-north/ember-code-snippet#global",
"ember-composability": "~0.2.0",
Expand Down

0 comments on commit 910b2aa

Please sign in to comment.