Skip to content

Commit

Permalink
Merge pull request #15 from YouOnlyCopyOnce:chore/add-repository-name
Browse files Browse the repository at this point in the history
[chore] add repository name at package.json
  • Loading branch information
fliklab authored Apr 27, 2024
2 parents a6c524b + 1fc4d4d commit b307624
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "You Only Code Once",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YouOnlyCopyOnce/YOCO"
},
"engines": {
"vscode": "^1.88.0",
"yarn": "^1.22.0"
Expand All @@ -29,7 +33,7 @@
}
],
"configuration": {
"title": "YOCO",
"title": "YOCO(You Only Copy Once)",
"properties": {
"YOCO.includeFilePath": {
"type": "boolean",
Expand Down

0 comments on commit b307624

Please sign in to comment.