Skip to content

Instantly share code, notes, and snippets.

@jamesarosen
Created March 4, 2015 00:22
Show Gist options
  • Select an option

  • Save jamesarosen/36ef9d55bca6c346097a to your computer and use it in GitHub Desktop.

Select an option

Save jamesarosen/36ef9d55bca6c346097a to your computer and use it in GitHub Desktop.
Ideas for testing Ember apps & add-ons against multiple versions of libraries

package.json

Use a custom key in package.json:

alternateDependencies: [
  { "ember": "1.8.1" },
  {
    "ember": "1.12.0-beta",
    "handlebars": false,
    "htmlbars": "2.0.0"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment