Skip to content

Commit e3d3fe6

Browse files
committed
🔥 Remove legacy main/module/types
1 parent 4ab8fdf commit e3d3fe6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎packages/tasks/package.json‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"access": "public"
99
},
1010
"sources": "./src/index.ts",
11-
"main": "./dist/commonjs/index.js",
12-
"module": "./dist/esm/index.js",
13-
"types": "./dist/commonjs/index.d.ts",
1411
"exports": {
1512
"./package.json": "./package.json",
1613
".": {
@@ -55,6 +52,8 @@
5552
"exports": {
5653
"./package.json": "./package.json",
5754
".": "./src/index.ts"
58-
}
55+
},
56+
"module": false,
57+
"main": false
5958
}
6059
}

0 commit comments

Comments
 (0)