Skip to content

Commit

Permalink
Merge pull request #284 from fenichelar/master
Browse files Browse the repository at this point in the history
Add support for ember-fetch v7 and v8
  • Loading branch information
fenichelar authored Aug 17, 2020
2 parents 0970f6a + 01aeca2 commit 439fd40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-token",
"version": "5.1.2",
"version": "5.2.0",
"description": "An authenticator and authorizer for Ember Simple Auth that is compatible with token-based authentication like JWT in Ember CLI applications.",
"directories": {
"doc": "doc",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"ember-cli-babel": "^6.6.0",
"ember-get-config": "^0.2.4",
"ember-fetch": "^4.0.0 || ^5.0.0 || ^6.0.0",
"ember-fetch": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"ember-simple-auth": "^1.6.0 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 439fd40

Please sign in to comment.