Added repository and license fields to package.json

This commit is contained in:
Alejandro Celaya 2019-08-24 16:38:44 +02:00
parent 404b5c45dd
commit 2bef398d4c

View file

@ -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",