Skip to content

Commit 4c72718

Browse files
committed
chore: remove mjs exports
1 parent c83ca35 commit 4c72718

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
"version": "0.7.0",
44
"description": "Rollup plugin to beautify bundle with esformatter",
55
"main": "dist/index.js",
6-
"module": "dist/mjs/index.mjs",
7-
"exports": {
8-
".": {
9-
"require": "./dist/cjs/index.cjs",
10-
"import": "./dist/mjs/index.mjs",
11-
"default": "./dist/index.js"
12-
},
13-
"./dist/": "./dist/"
14-
},
156
"scripts": {
167
"clean": "gulp clean",
178
"lint": "gulp lint",

0 commit comments

Comments
 (0)