File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/eslint-plugin-svelte Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"funding" : " https://github.com/sponsors/ota-meshi" ,
7
7
"packageManager" :
" [email protected] " ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git"
11
+ },
8
12
"scripts" : {
9
13
"prerelease" : " cd packages/eslint-plugin-svelte && pnpm clean && pnpm run build && cd ../.. && cp README.md packages/eslint-plugin-svelte" ,
10
14
"release" : " changeset publish" ,
Original file line number Diff line number Diff line change 2
2
"name" : " eslint-plugin-svelte" ,
3
3
"version" : " 3.12.3" ,
4
4
"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
+ },
6
10
"homepage" : " https://sveltejs.github.io/eslint-plugin-svelte" ,
7
11
"author" : " Yosuke Ota (https://github.com/ota-meshi)" ,
8
12
"funding" : " https://github.com/sponsors/ota-meshi" ,
You can’t perform that action at this time.
0 commit comments