mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Added repository and license fields to package.json
This commit is contained in:
parent
404b5c45dd
commit
2bef398d4c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
"version": "1.0.0",
|
||||
"private": false,
|
||||
"homepage": "",
|
||||
"repository": "https://github.com/shlinkio/shlink-web-client",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"lint:js": "eslint src test scripts config",
|
||||
|
|
Loading…
Reference in a new issue