mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 07:12:50 +00:00
Merge pull request #2364 from orin220444/master
Add an author and license fields
This commit is contained in:
commit
a25a13188d
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue