Skip to content

Commit 707aee4

Browse files
author
linyuan.yang
committed
package
1 parent 25171b3 commit 707aee4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

packages/sbot.commons/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
"version": "0.0.1",
44
"description": "Shared TypeScript interfaces and types for sbot packages",
55
"main": "dist/index.js",
6+
"module": "esm/index.js",
67
"types": "dist/index.d.ts",
7-
"exports": {
8-
".": {
9-
"types": "./dist/index.d.ts",
10-
"import": "./esm/index.js",
11-
"require": "./dist/index.js"
12-
}
13-
},
148
"scripts": {
159
"build": "rimraf dist esm && tsc -b --force && tsc -p tsconfig.esm.json && echo {\"type\":\"module\"} > esm/package.json"
1610
},

0 commit comments

Comments
 (0)