Skip to content

Commit

Permalink
Update passport and version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Won-Kyung Chung committed Jul 20, 2022
1 parent 8cb89e0 commit c81a7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file added .git-blame-ignore-revs
Empty file.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kth-node-api-key-strategy",
"version": "1.0.9",
"version": "2.0.0",
"description": "A api key strategy for Node API projects.",
"automaticPublish": "true",
"main": "index.js",
Expand All @@ -10,7 +10,7 @@
"prepare": "bash -c 'if [ -f ./node_modules/.bin/husky ]; then husky install; fi'"
},
"peerDependencies": {
"passport": "^0.4.1"
"passport": "^0.6.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"mocha": "^9.1.2",
"nock": "^13.1.3",
"node-mocks-http": "^1.11.0",
"passport": "^0.4.1",
"passport": "^0.6.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1"
},
Expand Down

0 comments on commit c81a7e9

Please sign in to comment.