Skip to content

Commit 0bb4140

Browse files
authored
fix(repl): Fix publish directory (#434)
* Publish, update rollup browser * Add changeset
1 parent 6d4ca62 commit 0bb4140

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.changeset/dull-news-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/repl': patch
3+
---
4+
5+
Fix publishing, update rollup browser

packages/repl/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "module",
2626
"svelte": "./src/lib/index.js",
2727
"dependencies": {
28-
"@rollup/browser": "^3.10.0",
28+
"@rollup/browser": "^3.15.0",
2929
"@sveltejs/site-kit": "3.2.2",
3030
"acorn": "^8.8.2",
3131
"codemirror": "5.65.1",
@@ -35,6 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"publishConfig": {
38-
"access": "public"
38+
"access": "public",
39+
"directory": "package"
3940
}
4041
}

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)