Skip to content

Commit edcf148

Browse files
fix package json
1 parent ffec3ca commit edcf148

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.changeset/config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"@inlang/website",
2626
"@lix-js/sdk-example-server-protocol-handler-hono",
2727
"@lix-js/plugin-prosemirror-example",
28-
"@lix-js/host",
29-
"lix-file-manager",
30-
"csv-app",
3128
"@inlang/*",
3229
"vs-code-extension",
3330
"sherlock-editor-app"

packages/lix/plugin-md/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"exports": {
88
".": "./dist/index.js"
99
},
10+
"files": [
11+
"dist",
12+
"src"
13+
],
1014
"publishConfig": {
1115
"access": "public"
1216
},

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ packages:
77
- '!packages/lix/file-manager'
88
- '!packages/lix/host'
99
- '!**/*/dist'
10+
- '!inlang/packages/website/dist/**'
1011
- packages/**/*
1112
- packages/*/example
1213
- packages/*/examples/*

0 commit comments

Comments
 (0)