Skip to content

Commit b5057b0

Browse files
committed
remove browser target so webpack won't select it
1 parent 3167f31 commit b5057b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
"main": "dist/index.cjs",
1010
"module": "./dist/index.es.js",
1111
"types": "./dist/index.d.ts",
12-
"browser": "./browser/rmrk-tools.js",
1312
"exports": {
1413
"import": "./dist/index.es.js",
15-
"require": "./dist/index.cjs",
16-
"browser": "./browser/rmrk-tools.js"
14+
"require": "./dist/index.cjs"
1715
},
1816
"files": [
1917
"dist",

0 commit comments

Comments
 (0)