docs: added authors

This commit is contained in:
Simone Corsi 2021-01-16 12:49:01 +01:00
parent 3f667388f1
commit 3de0e12e5b

View File

@ -1,8 +1,10 @@
{ {
"name": "mawesome", "name": "mawesome",
"version": "1.0.22", "version": "1.0.22",
"description": "", "description": "Generate awesome list from user starred repositories",
"main": "index.js", "main": "index.js",
"author": "Simone Corsi<simonecorsi.dev@gmail.com>",
"license": "MIT",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"style:lint": "eslint src --ext .ts", "style:lint": "eslint src --ext .ts",
@ -20,8 +22,6 @@
"typescript", "typescript",
"javascript" "javascript"
], ],
"author": "Simone Corsi",
"license": "ISC",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0", "@commitlint/config-conventional": "^11.0.0",