Skip to content

Commit b7b0d4d

Browse files
update source and react native
1 parent f155c59 commit b7b0d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"title": "React Native Auth0",
44
"version": "4.4.0",
55
"description": "React Native toolkit for Auth0 API",
6-
"source": "./src/index.tsx",
6+
"source": "./src/index.ts",
77
"main": "./lib/commonjs/index.js",
88
"module": "./lib/module/index.js",
99
"types": "./lib/typescript/commonjs/src/index.d.ts",
10-
"react-native": "./src/index.js",
10+
"react-native": "./src/index.ts",
1111
"exports": {
1212
".": {
1313
"import": {

0 commit comments

Comments
 (0)