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 dependencies and project structure for Ember-CLI 2.6.2 #26

Merged
merged 1 commit into from
Jun 21, 2016

Conversation

BrianSipple
Copy link
Member

@BrianSipple BrianSipple commented Jun 12, 2016

This PR updates the project to ember-cli @ 2.6.2 and makes a few relevant changes for the new version.

Mainly...

  • Update tests to pass jshint after it started finding unused variables.
  • Update minor & patch versions of various dependencies in package.json
  • Update npm test command to run ember try:each
  • Update .travis.yml to use the latest before_install and script settings.
  • Remove ember-try as a devDependency -- it's now included with Ember CLI.

@@ -5,7 +5,7 @@ node_js:
- "4"
- "5"
- "6"

Copy link
Contributor

@nathanhammond nathanhammond Jun 15, 2016

Choose a reason for hiding this comment

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

Whitespace. Edit: is this from the default blueprint? Edit again: nope.

@BrianSipple BrianSipple changed the title Update dependencies and project structure for Ember-CLI 2.6.1 Update dependencies and project structure for Ember-CLI 2.6.2 Jun 21, 2016
@BrianSipple BrianSipple merged commit 45d0e55 into ember-a11y:master Jun 21, 2016
@BrianSipple BrianSipple deleted the update-to-ember-cli-2.6 branch June 21, 2016 08:21
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.

2 participants