Skip to content

Commit

Permalink
chore: remove superfluous fields from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 14, 2023
1 parent 157d54c commit e50a0f1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .changeset/breezy-vans-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@sveltejs/adapter-auto': patch
'@sveltejs/adapter-cloudflare': patch
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-static': patch
'@sveltejs/adapter-vercel': patch
'@sveltejs/amp': patch
---

"chore: remove superfluous fields from package.json"
1 change: 0 additions & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"ambient.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"index.d.ts",
"ambient.d.ts"
],
"main": "index.js",
"scripts": {
"build": "esbuild src/worker.js --bundle --outfile=files/worker.js --external:SERVER --external:MANIFEST --format=esm",
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"license": "MIT",
"homepage": "https://kit.svelte.dev",
"type": "module",
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
Expand Down
1 change: 0 additions & 1 deletion packages/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js"
Expand Down

0 comments on commit e50a0f1

Please sign in to comment.