We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3167f31 commit b5057b0Copy full SHA for b5057b0
package.json
@@ -9,11 +9,9 @@
9
"main": "dist/index.cjs",
10
"module": "./dist/index.es.js",
11
"types": "./dist/index.d.ts",
12
- "browser": "./browser/rmrk-tools.js",
13
"exports": {
14
"import": "./dist/index.es.js",
15
- "require": "./dist/index.cjs",
16
- "browser": "./browser/rmrk-tools.js"
+ "require": "./dist/index.cjs"
17
},
18
"files": [
19
"dist",
0 commit comments