Merge pull request #2364 from orin220444/master

Add an author and license fields
This commit is contained in:
Eugene 2020-04-08 11:34:46 +02:00 committed by GitHub
commit a25a13188d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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