Skip to content

Commit

Permalink
Use ember-data from NPM, not github.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 11, 2019
1 parent f5bd028 commit 0f406ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utilities/pristine.js
Expand Up @@ -95,7 +95,7 @@ function installPristineApp(appName, options) {
hasBowerComponents,
skipNpm,
emberVersion: options.emberVersion || 'canary',
emberDataVersion: options.emberDataVersion || 'emberjs/data#v3.8.0'
emberDataVersion: options.emberDataVersion || '^3.8.0'
};

promise = promise
Expand Down

0 comments on commit 0f406ee

Please sign in to comment.