mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 23:27:19 +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",
|
"lint": "eslint --ext ts */src */lib",
|
||||||
"postinstall": "node ./scripts/install-deps.js"
|
"postinstall": "node ./scripts/install-deps.js"
|
||||||
},
|
},
|
||||||
"repository": "eugeny/terminus"
|
"repository": "eugeny/terminus",
|
||||||
|
"author": "Eugene Pankov",
|
||||||
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue