add an author field

This commit is contained in:
Orin Serimon
2020-04-08 16:23:29 +07:00
parent b48a335aed
commit d678bf68c5

View File

@@ -68,5 +68,6 @@
"postinstall": "node ./scripts/install-deps.js" "postinstall": "node ./scripts/install-deps.js"
}, },
"repository": "eugeny/terminus", "repository": "eugeny/terminus",
"author": "Eugene Pankov",
"license": "MIT" "license": "MIT"
} }