Skip to content

Commit

Permalink
fix: publish missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 15, 2023
1 parent 6088a92 commit 24499dc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/purple-poets-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-static': patch
'@sveltejs/adapter-vercel': patch
'@sveltejs/amp': patch
---

fix: publish missing files
1 change: 1 addition & 0 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"files": [
"ambient.d.ts",
"files",
"index.js",
"index.d.ts"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"types": "index.d.ts",
"files": [
"files",
"index.js",
"index.d.ts"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"types": "index.d.ts",
"files": [
"files",
"index.js",
"index.d.ts"
],
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"./package.json": "./package.json"
},
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"check": "tsc",
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"types": "index.d.ts",
"files": [
"files",
"index.js",
"index.d.ts"
],
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"types": "index.d.ts",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
Expand Down

0 comments on commit 24499dc

Please sign in to comment.