Skip to content

Commit

Permalink
Make auth cordova and webextension exports public typings
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed May 23, 2024
1 parent 7b0765a commit a4efa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"default": "./dist/esm2017/index.js"
},
"./cordova": {
"types": "./dist/cordova/auth-cordova.d.ts",
"types": "./dist/cordova/auth-cordova-public.d.ts",
"default": "./dist/cordova/index.js"
},
"./web-extension": {
"types:": "./dist/web-extension-esm2017/auth-web-extension.d.ts",
"types:": "./dist/web-extension-esm2017/auth-web-extension-public.d.ts",
"import": "./dist/web-extension-esm2017/index.js",
"require": "./dist/web-extension-cjs/index.js",
"default": "./dist/web-extension-esm2017/index.js"
Expand Down

0 comments on commit a4efa7a

Please sign in to comment.