Skip to content

Commit 8cd7879

Browse files
committed
chore(core): remove publishConfig
1 parent 04e5a70 commit 8cd7879

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/core/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@
1515
},
1616
"main": "./dist/index.cjs",
1717
"exports": "./dist/index.js",
18-
"publishConfig": {
19-
"exports": {
20-
".": {
21-
"default": "./dist/index.js",
22-
"types": "./dist/index.d.ts"
23-
}
24-
}
25-
},
18+
"types": "./dist/index.d.ts",
2619
"files": [
2720
"dist/**/*"
2821
]

0 commit comments

Comments
 (0)