Browse Source

tsdk-kit release

dependabot/npm_and_yarn/handlebars-4.7.6
Coin de Gamma 4 years ago
parent
commit
1166559c6d
  1. 7
      package.json

7
package.json

@ -1,6 +1,6 @@
{ {
"name": "tsdb-kit", "name": "@corpglory/tsdb-kit",
"version": "0.1.17", "version": "1.0.0",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
@ -15,13 +15,14 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/CorpGlory/tsdb-kit/issues" "url": "https://github.com/CorpGlory/tsdb-kit/issues"
}, },
"homepage": "https://github.com/CorpGlory/tsdb-kit", "homepage": "https://github.com/CorpGlory/tsdb-kit",
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
"lodash": "^4.17.19",
"moment": "^2.22.2", "moment": "^2.22.2",
"url": "^0.11.0" "url": "^0.11.0"
}, },

Loading…
Cancel
Save