Skip to content

Commit bb65468

Browse files
authored
build: normalize license repo url (#21010)
1 parent 7cec1ad commit bb65468

File tree

3 files changed

+112
-90
lines changed

3 files changed

+112
-90
lines changed

packages/create-vite/LICENSE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ISC, MIT
152152
## @clack/core, @clack/prompts
153153
License: MIT
154154
By: Nate Moore
155-
Repositories: git+https://github.com/bombshell-dev/clack.git, git+https://github.com/bombshell-dev/clack.git
155+
Repositories: https://github.com/bombshell-dev/clack, https://github.com/bombshell-dev/clack
156156

157157
> MIT License
158158
>
@@ -169,7 +169,7 @@ Repositories: git+https://github.com/bombshell-dev/clack.git, git+https://github
169169
## cross-spawn
170170
License: MIT
171171
By: André Cruz
172-
Repository: git@github.com:moxystudio/node-cross-spawn.git
172+
Repository: https://github.com/moxystudio/node-cross-spawn
173173

174174
> The MIT License (MIT)
175175
>
@@ -198,7 +198,7 @@ Repository: [email protected]:moxystudio/node-cross-spawn.git
198198
## isexe, which
199199
License: ISC
200200
By: Isaac Z. Schlueter
201-
Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
201+
Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
202202

203203
> The ISC License
204204
>
@@ -221,7 +221,7 @@ Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/n
221221
## mri
222222
License: MIT
223223
By: Luke Edwards
224-
Repository: lukeed/mri
224+
Repository: https://github.com/lukeed/mri
225225

226226
> The MIT License (MIT)
227227
>
@@ -250,7 +250,7 @@ Repository: lukeed/mri
250250
## path-key, shebang-regex
251251
License: MIT
252252
By: Sindre Sorhus
253-
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
253+
Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
254254

255255
> MIT License
256256
>
@@ -267,7 +267,7 @@ Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
267267
## picocolors
268268
License: ISC
269269
By: Alexey Raspopov
270-
Repository: alexeyraspopov/picocolors
270+
Repository: https://github.com/alexeyraspopov/picocolors
271271

272272
> ISC License
273273
>
@@ -290,7 +290,7 @@ Repository: alexeyraspopov/picocolors
290290
## shebang-command
291291
License: MIT
292292
By: Kevin Mårtensson
293-
Repository: kevva/shebang-command
293+
Repository: https://github.com/kevva/shebang-command
294294

295295
> MIT License
296296
>

0 commit comments

Comments
 (0)