Skip to content
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

Update for Fastboot 1.0 #35

Merged
merged 4 commits into from
Jul 7, 2017
Merged

Update for Fastboot 1.0 #35

merged 4 commits into from
Jul 7, 2017

Conversation

devotox
Copy link
Contributor

@devotox devotox commented Jul 7, 2017

No description provided.

package.json Outdated
@@ -1,15 +1,15 @@
{
"name": "ember-cli-new-version",
"version": "1.1.0",
"version": "1.2.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't bump the version 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha yes forgot to change this back. When testing the package lock kept causing a cached version to be installed so took drastic measures

package.json Outdated
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.2.1",
"ember-source": "~2.14.0",
"ember-welcome-page": "^3.1.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also remove this dependency? Thanks!

Copy link
Collaborator

@knownasilya knownasilya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall it looks good, just a few small changes.

@@ -37,6 +36,8 @@ export default Ember.Component.extend({
clearTimeout(currentTimeout);
}

if(!Ember.$) { return; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, could you make this a multiline if, just so it goes with the rest of the syntax?

@sethwebster
Copy link
Owner

Thanks all for keeping things going 👍

@knownasilya knownasilya merged commit 7ccbbf3 into sethwebster:master Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants