Skip to content

Commit 1bedae9

Browse files
committed
Add repository url to package.json
1 parent b883aef commit 1bedae9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"build": "rm -rf dist && esbuild src/args-tokenizer.ts --outdir=dist --bundle --format=esm && tsc && rm dist/*.test.*",
2121
"test": "vitest run"
2222
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/TrySound/args-tokenizer.git"
26+
},
2327
"keywords": [],
2428
"author": "Bogdan Chadkin <[email protected]>",
2529
"license": "MIT",

0 commit comments

Comments
 (0)