Skip to content

Commit 710703b

Browse files
committed
Remove exports field (reverts #12)
1 parent a933976 commit 710703b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
"module": "dist/index.mjs",
88
"main": "dist/index.js",
99
"types": "src/index.d.ts",
10-
"exports": {
11-
".": {
12-
"require": "./dist/index.js",
13-
"import": "./dist/index.mjs"
14-
},
15-
"./package.json": "./package.json"
16-
},
1710
"scripts": {
1811
"start": "sirv docs --no-clear",
1912
"watch:tailwind": "tailwindcss -i docs/tailwind.css -c docs/tailwind.config.js -o docs/build/global.css -w",

0 commit comments

Comments
 (0)