forked from ember-cli/ember-ajax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per https://github.com/emberjs/rfcs/blob/master/text/0386-remove-jquery.md#extend-emberjquery-package and emberjs/ember.js#17489, since this addon uses jquery, it should include `@ember/jquery` so `ember-cli-babel` doesn't transpile references to the `jquery` module into `Ember.$`.
- Loading branch information
Ben Demboski
committed
Mar 22, 2019
1 parent
c178c5e
commit 1f47d1f
Showing
2 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@ember/jquery": "^0.6.0", | ||
"ember-cli-babel": "^7.5.0", | ||
"najax": "^1.0.3" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters