Skip to content

Commit 43b99d3

Browse files
chore(prettier): 🤖 ✨
1 parent e81272f commit 43b99d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
"license": "MIT",
2525
"author": "Cody Olsen",
2626
"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-
],
3527
"exports": {
3628
".": {
3729
"types": "./typings/index.d.ts",
@@ -42,6 +34,14 @@
4234
},
4335
"./package.json": "./package.json"
4436
},
37+
"main": "index.js",
38+
"module": "es/index.js",
39+
"typings": "typings/index.d.ts",
40+
"files": [
41+
"es",
42+
"typings",
43+
"umd"
44+
],
4545
"scripts": {
4646
"prebuild": "npm run clean",
4747
"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

Comments
 (0)