Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Nov 7, 2018
2 parents 717c0f4 + 205ce9a commit a85f09e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7,875 deletions.
10 changes: 8 additions & 2 deletions blueprints/ember-cli-textarea-autosize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ module.exports = {
normalizeEntityName: function () {
},
afterInstall: function (/*options*/) {
return this.addAddonsToProject({ packages: [{ name: 'ember-cli-text-support-mixins' }] }).then(() => {
return this.addPackagesToProject([{ name: 'autosize' }])
return this.addAddonsToProject({
packages: [
{ name: 'ember-cli-text-support-mixins', target: '~1' }
]
}).then(() => {
return this.addPackagesToProject([
{ name: 'autosize' }
])
});
}
};
2 changes: 1 addition & 1 deletion install_ember_addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ember install ember-cli-deploy-build
ember install ember-cli-deploy-gzip
ember install ember-cli-deploy-s3
ember install ember-cli-font-awesome-sass
ember install ember-cli-text-support-mixins
ember install ember-cli-text-support-mixins@~1

yarn add autosize@~4 --dev
yarn add bootswatch@3.3.7 --dev
Expand Down
Loading

0 comments on commit a85f09e

Please sign in to comment.