Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b1ccc7

Browse files
committedJul 20, 2023
3.0.0
1 parent f090426 commit 8b1ccc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicokaiser/passport-apple",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Sign in with Apple strategy for Passport",
55
"keywords": [
66
"passport",
@@ -12,7 +12,9 @@
1212
"apple",
1313
"appleid"
1414
],
15-
"files": ["./lib/*"],
15+
"files": [
16+
"./lib/*"
17+
],
1618
"main": "./lib",
1719
"scripts": {
1820
"lint": "eslint \"**/*.js\"",

0 commit comments

Comments
 (0)
Please sign in to comment.