Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add keywords for discovery in npm search #12330

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .changeset/tough-dingos-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@sveltejs/adapter-cloudflare-workers": patch
"@sveltejs/adapter-cloudflare": patch
"@sveltejs/adapter-netlify": patch
"@sveltejs/adapter-static": patch
"@sveltejs/adapter-vercel": patch
"create-svelte": patch
"@sveltejs/adapter-auto": patch
"@sveltejs/adapter-node": patch
"@sveltejs/enhanced-img": patch
"svelte-migrate": patch
"@sveltejs/package": patch
"@sveltejs/amp": patch
"@sveltejs/kit": patch
---

chore: add keywords for discovery in npm search
9 changes: 9 additions & 0 deletions packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "@sveltejs/adapter-auto",
"version": "3.2.1",
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
"keywords": [
"adapter",
"automatically",
"deploy",
"hosting",
"platform",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "2.4.0",
"description": "SvelteKit adapter that creates a Cloudflare Workers site using a function for dynamic server rendering",
"keywords": [
"adapter",
"cloudflare workers",
"deploy",
"hosting",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@sveltejs/adapter-cloudflare",
"version": "4.4.0",
"description": "Adapter for building SvelteKit applications on Cloudflare Pages with Workers integration",
"keywords": [
"adapter",
"cloudflare pages",
"deploy",
"hosting",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@sveltejs/adapter-netlify",
"version": "4.2.0",
"description": "A SvelteKit adapter that creates a Netlify app",
"keywords": [
"adapter",
"deploy",
"hosting",
"netlify",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@sveltejs/adapter-node",
"version": "5.0.1",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"keywords": [
"adapter",
"deploy",
"hosting",
"node.js",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "@sveltejs/adapter-static",
"version": "3.0.1",
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files",
"keywords": [
"adapter",
"deploy",
"hosting",
"ssg",
"static site generation",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@sveltejs/adapter-vercel",
"version": "5.3.1",
"description": "A SvelteKit adapter that creates a Vercel app",
"keywords": [
"adapter",
"deploy",
"hosting",
"svelte",
"sveltekit",
"vercel"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "@sveltejs/amp",
"version": "1.1.0",
"description": "AMP integration for SvelteKit",
"keywords": [
"accelerated mobile pages",
"amp",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "create-svelte",
"version": "6.3.0",
"description": "A CLI for creating new SvelteKit projects",
"keywords": [
"create",
"new",
"project",
"starter",
"svelte",
"sveltekit",
"template",
"wizard"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/enhanced-img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"url": "https://github.com/sveltejs/kit",
"directory": "packages/image"
},
"keywords": [
"component",
"enhanced",
"image",
"preprocessor",
"plugin",
"svelte",
"sveltekit",
"vite"
],
"license": "MIT",
"homepage": "https://kit.svelte.dev",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "@sveltejs/kit",
"version": "2.5.10",
"description": "The fastest way to build Svelte apps",
"keywords": [
"framework",
"official",
"svelte",
"sveltekit",
"vite"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
7 changes: 7 additions & 0 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "svelte-migrate",
"version": "1.4.2",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
"upgrade",
"svelte",
"sveltekit",
"tool"
],
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
9 changes: 9 additions & 0 deletions packages/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"url": "https://github.com/sveltejs/kit",
"directory": "packages/package"
},
"keywords": [
"build",
"bundle",
"component",
"library",
"packaging",
"svelte",
"tool"
],
"license": "MIT",
"homepage": "https://kit.svelte.dev",
"type": "module",
Expand Down
Loading