Skip to content

Commit 101c265

Browse files
committed
fix: types path
1 parent 6f895e0 commit 101c265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/document-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "10.1.7",
44
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
55
"main": "./lib/module/index.js",
6-
"types": "./lib/typescript/src/index.d.ts",
6+
"types": "./lib/typescript/index.d.ts",
77
"exports": {
88
".": {
99
"source": "./src/index.ts",
10-
"types": "./lib/typescript/src/index.d.ts",
10+
"types": "./lib/typescript/index.d.ts",
1111
"default": "./lib/module/index.js"
1212
},
1313
"./package.json": "./package.json"

packages/document-viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.3",
44
"description": "A react native interface to preview documents",
55
"main": "./lib/module/index.js",
6-
"types": "./lib/typescript/src/index.d.ts",
6+
"types": "./lib/typescript/index.d.ts",
77
"exports": {
88
".": {
99
"source": "./src/index.ts",
10-
"types": "./lib/typescript/src/index.d.ts",
10+
"types": "./lib/typescript/index.d.ts",
1111
"default": "./lib/module/index.js"
1212
},
1313
"./package.json": "./package.json"

0 commit comments

Comments
 (0)