Skip to content

Commit 34d4022

Browse files
authored
chore: align repository field with svelte repo (#1342)
1 parent 1b23349 commit 34d4022

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"license": "MIT",
66
"funding": "https://github.com/sponsors/ota-meshi",
77
"packageManager": "[email protected]",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/sveltejs/eslint-plugin-svelte.git"
11+
},
812
"scripts": {
913
"prerelease": "cd packages/eslint-plugin-svelte && pnpm clean && pnpm run build && cd ../.. && cp README.md packages/eslint-plugin-svelte",
1014
"release": "changeset publish",

packages/eslint-plugin-svelte/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "eslint-plugin-svelte",
33
"version": "3.12.3",
44
"description": "ESLint plugin for Svelte using AST",
5-
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
8+
"directory": "packages/eslint-plugin-svelte"
9+
},
610
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
711
"author": "Yosuke Ota (https://github.com/ota-meshi)",
812
"funding": "https://github.com/sponsors/ota-meshi",

0 commit comments

Comments
 (0)