Add a repository field

This commit is contained in:
orin220444 2020-04-08 00:17:21 +07:00 committed by GitHub
parent 33bb3b0722
commit b48a335aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,5 +67,6 @@
"lint": "eslint --ext ts */src */lib",
"postinstall": "node ./scripts/install-deps.js"
},
"repository": "eugeny/terminus"
"repository": "eugeny/terminus",
"license": "MIT"
}