package.json: add repository field

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-06 17:48:52 +05:30
parent 9232af41e8
commit 334d6c132a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "redirekt",
"version": "1.0.0",
"description": "Cloudflare Worker to do simple redirects to GitHub",
"repository": "https://github.com/msfjarvis/redirekt",
"main": "index.js",
"scripts": {
"build": "webpack",