Skip to content

Commit ce8859f

Browse files
committed
Fix auth internal package.json
1 parent bb51217 commit ce8859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/internal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "../dist/esm2017/internal.js",
66
"browser": "../dist/esm2017/internal.js",
77
"typings": "../dist/esm2017/internal/index.d.ts",
8-
"private": true
8+
"private": true,
99
"engines": {
1010
"node": ">=18.0.0"
1111
}

0 commit comments

Comments
 (0)