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" },