Skip to content

Commit 063f454

Browse files
Lasnia, FriedrichLasnia, Friedrich
authored andcommitted
feat: repo url standard formatting
1 parent b03788c commit 063f454

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,7 @@ vite.config.ts.timestamp-*
142142

143143

144144
# LLM
145-
context.txt
145+
context.txt
146+
147+
# Mac
148+
.DS_Store

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/adessoSE/vite-plugin-legacy-js-concat.git"
26+
"url": "git+https://github.com/adessoSE/vite-plugin-legacy-js-concat.git"
2727
},
2828
"bugs": {
2929
"url": "https://github.com/adessoSE/vite-plugin-legacy-js-concat/issues"

0 commit comments

Comments
 (0)