From 1166559c6d1d2f3225c8b74ec0455a152b5bd90c Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Sat, 18 Jul 2020 13:14:55 +0200 Subject: [PATCH] tsdk-kit release --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 14936ae..a83bb85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "tsdb-kit", - "version": "0.1.17", + "name": "@corpglory/tsdb-kit", + "version": "1.0.0", "description": "", "scripts": { "build": "tsc", @@ -15,13 +15,14 @@ "publishConfig": { "access": "public" }, - "license": "", + "license": "MIT", "bugs": { "url": "https://github.com/CorpGlory/tsdb-kit/issues" }, "homepage": "https://github.com/CorpGlory/tsdb-kit", "dependencies": { "axios": "^0.18.0", + "lodash": "^4.17.19", "moment": "^2.22.2", "url": "^0.11.0" },