From 8aec97047cedaf644eccfdaafc85483ed03fcf3e Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 29 Sep 2020 16:48:28 +0200 Subject: [PATCH] author-name --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9884a1d..35d4aed 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "type": "git", "url": "git+https://github.com/CorpGlory/tsdb-kit.git" }, - "author": "CorpGlory Inc.", + "author":{ + "name": "CorpGlory Inc." + } "publishConfig": { "access": "public" }, @@ -19,7 +21,7 @@ "bugs": { "url": "https://github.com/CorpGlory/tsdb-kit/issues" }, - "homepage": "https://github.com/CorpGlory/tstb-kiy", + "homepage": "https://github.com/CorpGlory/tsdb-kit", "dependencies": { "axios": "^0.18.0", "moment": "^2.22.2",