export (p)react lib

This commit is contained in:
Avraham Sakal
2023-05-18 17:43:49 -04:00
parent 45e2ca7ca8
commit fb531d5bf5
+8
View File
@@ -10,6 +10,14 @@
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.js"
},
"./preact": {
"types": "./dist/preact.d.ts",
"import": "./dist/preact.js"
} }
}, },
"scripts": { "scripts": {