summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-04-01 21:14:35 -0700
committerMatthew Miller <matthew@millerti.me>2021-04-01 21:14:35 -0700
commitc5ab9063732de5babc5f0f343bc388cfea1a35a9 (patch)
tree7638804b6f31f88e0da8a0991606f2c5bc8bf982
parentc27c115ba8e50e3ed02f43270f1462feec305118 (diff)
Update new types path
-rw-r--r--packages/browser/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json
index bbe61a4..ac6dcb8 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -6,7 +6,7 @@
"exports": {
"import": "./dist/esm/index.js"
},
- "types": "dist/index.d.ts",
+ "types": "./dist/types/index.d.ts",
"author": "Matthew Miller <matthew@millerti.me>",
"license": "MIT",
"repository": {