onehilltech / ember-cli-mdc

ember-cli addon for material-components-web
Apache License 2.0
44 stars 15 forks source link

Project is using npm, remove references to yarn #43

Closed mrloop closed 2 years ago

mrloop commented 2 years ago

yarn was originally use then npm was used but yarn.lock not removed, and useYarn configuration option from ember-try.js not removed. This PR removes yarn.lock files, updates ember-try.js removing useYarn config option and removes command line flag from dummy projects.