Skip to content

Commit 076674d

Browse files
author
Geoffrey Koros
committed
include authProviderOptions to the directories meant for publish
1 parent fc8f7bc commit 076674d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"lib/",
2727
"src/",
2828
"authProviders/",
29-
"shims.d.ts"
29+
"shims.d.ts",
30+
"authProviderOptions"
3031
],
3132
"scripts": {
3233
"build": "npm run pre-build && npm run build:sub_cjs && npm run build:sub_es && rollup --bundleConfigAsCjs -c",

0 commit comments

Comments
 (0)