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 f5db4d4 commit f11082bCopy full SHA for f11082b
package.json
@@ -29,7 +29,19 @@
29
"untruth"
30
],
31
"sideEffects": false,
32
+ "source": "src/index.js",
33
"main": "dist/index.js",
34
+ "module": "dist/index.module.js",
35
+ "umd:main": "dist/index.umd.js",
36
+ "unpkg": "dist/index.umd.js",
37
+ "exports": {
38
+ ".": {
39
+ "browser": "./dist/index.module.js",
40
+ "umd": "./dist/index.umd.js",
41
+ "require": "./dist/index.js",
42
+ "default": "./dist/index.modern.js"
43
+ }
44
+ },
45
"files": [
46
"dist"
47
0 commit comments