Skip to content

Commit

Permalink
chore: fix travis ci for NodeJS 16
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 28, 2022
1 parent 1e96c3f commit 6f6ed11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"lib": "lib"
},
"dependencies": {
"@feathersjs/authentication": "https://github.com/kalisio/authentication.git",
"@feathersjs/authentication": "https://github.com/kalisio/authentication",
"@feathersjs/authentication-jwt": "^2.0.1",
"@feathersjs/authentication-local": "^1.2.1",
"@feathersjs/authentication-oauth2": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
long-timeout "^0.1.1"
uuid "^8.3.2"

"@feathersjs/authentication@https://github.com/kalisio/authentication.git":
"@feathersjs/authentication@https://github.com/kalisio/authentication":
version "2.1.7"
resolved "git+ssh://git@github.com/kalisio/authentication.git#b730e0624b112e9be372dea168702dc740037396"
resolved "https://github.com/kalisio/authentication#b730e0624b112e9be372dea168702dc740037396"
dependencies:
"@feathersjs/commons" "^2.0.0"
"@feathersjs/errors" "^3.0.0"
Expand Down

0 comments on commit 6f6ed11

Please sign in to comment.