Skip to content

Commit 936245f

Browse files
committed
Fix type declaration paths
1 parent d924e72 commit 936245f

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
@@ -6,11 +6,11 @@
66
"author": "Google Inc.",
77
"license": "MIT",
88
"exports": {
9-
"types": "./dist/types/index.d.ts",
9+
"types": "./dist/lib/index.d.ts",
1010
"default": "./dist/lib/index.js"
1111
},
1212
"main": "dist/lib/index.js",
13-
"types": "dist/types/index.d.ts",
13+
"types": "dist/lib/index.d.ts",
1414
"files": [
1515
"dist/**/*"
1616
],

0 commit comments

Comments
 (0)