Skip to content

Commit

Permalink
Use ember-data version from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Apr 6, 2019
1 parent 840112b commit 6495fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utilities/pristine.js
Original file line number Diff line number Diff line change
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.6.0'
};

promise = promise
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"chai": "^4.0.2",
"cross-env": "^5.0.0",
"ember-cli": "~2.17.1",
"ember-cli": "~3.8.0",
"ember-cli-fastboot": "^1.0.0",
"eslint-config-sane": "^0.6.0",
"eslint-plugin-prefer-let": "^1.0.1",
Expand Down

0 comments on commit 6495fef

Please sign in to comment.