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 13, 2023
1 parent 157d54c commit 4b3f25a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 19 deletions.
14 changes: 14 additions & 0 deletions .changeset/breezy-vans-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@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
'create-svelte': patch
'@sveltejs/package': patch
---

"chore: remove superfluous fields from package.json"
2 changes: 0 additions & 2 deletions packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
"index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"ambient.d.ts",
"files",
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"files": [
"files",
"index.js",
"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
2 changes: 0 additions & 2 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
"index.d.ts"
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
"index.d.ts"
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"license": "MIT",
"homepage": "https://kit.svelte.dev",
"type": "module",
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"scripts": {
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"check": "tsc",
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"files",
"index.d.ts"
Expand Down
2 changes: 0 additions & 2 deletions packages/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
},
"./package.json": "./package.json"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js"
],
Expand Down
2 changes: 0 additions & 2 deletions packages/create-svelte/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",
"bin": "./bin.js",
"main": "./index.js",
"dependencies": {
"kleur": "^4.1.5",
"prompts": "^2.4.2"
Expand Down Expand Up @@ -43,6 +42,5 @@
"utils.js",
"types"
],
"types": "types/index.d.ts",
"type": "module"
}
1 change: 0 additions & 1 deletion packages/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"types": "./types/index.d.ts"
}
},
"types": "types/index.d.ts",
"engines": {
"node": "^16.14 || >=18"
}
Expand Down

0 comments on commit 4b3f25a

Please sign in to comment.