Skip to content

Commit 58facd5

Browse files
committed
fix: ast package.jsonからbun exports conditionを削除しdistを参照するよう修正
1 parent 59d5d95 commit 58facd5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/ast/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdprlib/ast",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "AST types for Wikidot markup",
55
"keywords": [
66
"ast",
@@ -19,12 +19,11 @@
1919
],
2020
"type": "module",
2121
"sideEffects": false,
22-
"main": "./src/index.ts",
23-
"module": "./src/index.ts",
24-
"types": "./src/index.ts",
22+
"main": "./dist/index.cjs",
23+
"module": "./dist/index.js",
24+
"types": "./dist/index.d.ts",
2525
"exports": {
2626
".": {
27-
"bun": "./src/index.ts",
2827
"import": {
2928
"types": "./dist/index.d.ts",
3029
"default": "./dist/index.js"

0 commit comments

Comments
 (0)