add "repository" field to pckage.json

This commit is contained in:
nyanotech 2022-04-11 11:19:46 +00:00
parent d4f593c337
commit c75ed47aa6
Signed by: nyanotech
GPG Key ID: D2D0A9E8F160472B

View File

@ -4,6 +4,10 @@
"description": "Misc text utilities", "description": "Misc text utilities",
"license": "MIT", "license": "MIT",
"version": "0.0.1", "version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/nyanotech/recombobulator.git"
},
"engines": { "engines": {
"vscode": "^1.65.0" "vscode": "^1.65.0"
}, },