Skip to content

Commit 533717f

Browse files
authored
Merge pull request #41 from bootwindt/fix-export
fix export
2 parents e3ed304 + cd245ab commit 533717f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootwind",
3-
"version": "0.0.3",
3+
"version": "0.0.5",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",
@@ -16,5 +16,11 @@
1616
"postcss": "^8.4.30",
1717
"tailwindcss": "^3.3.3",
1818
"vite": "^4.4.5"
19+
},
20+
"exports": {
21+
".": {
22+
"require": "./dist/index.umd.cjs",
23+
"import": "./dist/index.js"
24+
}
1925
}
2026
}

0 commit comments

Comments
 (0)