Skip to content

Commit

Permalink
[BUGFIX BETA CANARY] Add ember-decorators-polyfill dep to @ember-data…
Browse files Browse the repository at this point in the history
…/store

Extracted from emberjs#6098

emberjs#6249 refactored `Store` to a class.
As part of this refactoring, `Store#defaultAdapter` was implemented
using the `@computed` decorator. Using the `@computed` decorator
requires Ember 3.10+.

This adds [`ember-decorators-polyfill`](https://github.com/pzuraq/ember-decorators-polyfill)
as a dependency to `@ember-data/store` to add support for Ember < 3.10.
  • Loading branch information
HeroicEric committed Aug 14, 2019
1 parent a8808b0 commit bbb3c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"ember-cli-babel": "^7.8.0",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-typescript": "^2.0.2",
"ember-decorators-polyfill": "^1.0.6",
"heimdalljs": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit bbb3c16

Please sign in to comment.