File tree Expand file tree Collapse file tree 5 files changed +6
-344
lines changed Expand file tree Collapse file tree 5 files changed +6
-344
lines changed Original file line number Diff line number Diff line change 6
6
"access" : " restricted" ,
7
7
"baseBranch" : " main" ,
8
8
"updateInternalDependencies" : " patch" ,
9
- "ignore" : [" playground/ *" ]
9
+ "ignore" : [" playground* *" ]
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ This is the official [svelte](https://svelte.dev) plugin for [vite](https://vite
4
4
5
5
## Packages
6
6
7
- | Package | changelog |
8
- | ----------------------------------------------------------- | -------------------------------------------------------- |
9
- | [ @sveltejs/vite-plugin-svelte ] ( packages/vite-plugin-svelte ) | [ changelog] ( packages/vite-plugin-svelte/CHANGELOG_0x .md ) |
7
+ | Package | changelog |
8
+ | ----------------------------------------------------------- | ----------------------------------------------------- |
9
+ | [ @sveltejs/vite-plugin-svelte ] ( packages/vite-plugin-svelte ) | [ changelog] ( packages/vite-plugin-svelte/CHANGELOG .md ) |
10
10
11
11
# Got a question? / Need help?
12
12
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
"format:fix" : " pnpm format -- --write" ,
24
24
"fixup" : " run-s lint:fix format:fix" ,
25
25
"update-deps" : " ncu -u" ,
26
- "release" : " pnpm publish --tag=next --filter=\" @sveltejs/*\" --filter=\" create-svelte\" "
26
+ "release" : " pnpm publish --tag=next --filter=\" @sveltejs/*\" --filter=\" create-svelte\" "
27
27
},
28
28
"devDependencies" : {
29
29
"@changesets/cli" : " ^2.14.1" ,
30
- "@commitlint/cli" : " ^12.0.1" ,
31
- "@commitlint/config-conventional" : " ^12.0.1" ,
32
30
"@microsoft/api-extractor" : " ^7.13.2" ,
33
31
"@types/fs-extra" : " ^9.0.8" ,
34
32
"@types/jest" : " ^26.0.20" ,
77
75
},
78
76
"husky" : {
79
77
"hooks" : {
80
- "pre-commit" : " lint-staged" ,
81
- "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
78
+ "pre-commit" : " lint-staged"
82
79
}
83
80
},
84
81
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments