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 e81272f commit 43b99d3Copy full SHA for 43b99d3
‎package.json
@@ -24,14 +24,6 @@
24
"license": "MIT",
25
"author": "Cody Olsen",
26
"sideEffects": false,
27
- "main": "index.js",
28
- "module": "es/index.js",
29
- "typings": "typings/index.d.ts",
30
- "files": [
31
- "es",
32
- "typings",
33
- "umd"
34
- ],
35
"exports": {
36
".": {
37
"types": "./typings/index.d.ts",
@@ -42,6 +34,14 @@
42
},
43
"./package.json": "./package.json"
44
+ "main": "index.js",
38
+ "module": "es/index.js",
39
+ "typings": "typings/index.d.ts",
40
+ "files": [
41
+ "es",
+ "typings",
+ "umd"
+ ],
45
"scripts": {
46
"prebuild": "npm run clean",
47
"build": "npm run build:d.ts && npm run build:cjs && npm run build:es && npm run build:umd && npm run build:umd.min",
0 commit comments