Skip to content

Commit ac43e65

Browse files
revert to old build
1 parent bcdaced commit ac43e65

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25-
"main": "dist/cjs/index.js",
26-
"module": "dist/esm/index.js",
25+
"type": "module",
2726
"prettier": "@aboutbits/prettier-config",
2827
"files": [
2928
"readme.md",

tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "commonjs",
5-
"outDir": "./dist/cjs",
5+
"outDir": "./dist",
66
"declaration": true,
77
"declarationMap": true,
88
"sourceMap": false,

0 commit comments

Comments
 (0)