You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 0.0.5 if I choose Manual then add addons, I get package.json entries named "0", "1", etc. instead of the names of the addons.
To reproduce, choose Manual, then add addon ember-decorators, then leave all remaining options as-is. This is the package.json I get generated in response:
It seems like the "0" entry is added instead of the ember-decorators entry, and something is making the version calculation not work correctly. Other addons I add sometimes result in a version number added though.
The text was updated successfully, but these errors were encountered:
In 0.0.5 if I choose Manual then add addons, I get
package.json
entries named "0", "1", etc. instead of the names of the addons.To reproduce, choose Manual, then add addon
ember-decorators
, then leave all remaining options as-is. This is thepackage.json
I get generated in response:Note the first devDependency is "0"
It seems like the "0" entry is added instead of the
ember-decorators
entry, and something is making the version calculation not work correctly. Other addons I add sometimes result in a version number added though.The text was updated successfully, but these errors were encountered: