-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 fastboot upgrade #204
v1 fastboot upgrade #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its good for me, waiting for travis to pass.
package.json
Outdated
@@ -35,17 +35,20 @@ | |||
"dependencies": { | |||
"ember-cli-babel": "6.6.0", | |||
"ember-promise-tools": "1.0.0", | |||
"ember-runtime-enumerable-includes-polyfill": "2.0.0", | |||
"ember-string-ishtmlsafe-polyfill": "^1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you will have to recover this, did you have to remove this addon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed because I got this message running ember serve
locally.
ember-string-ishtmlsafe-polyfill is not required for Ember 2.8.0 and later, please remove from your `package.json`.
Seems like its necessary for backwards compatibility so I'll add it back in.
Thank you! |
hi. just asking, when can we expect this to be available on yarn/npm? |
Yeah, a new release on npmjs would be highly appreciated ^_^ |
Upgraded based on guides defined here:
Also reused work from this PR #184