|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{ |
|
|
|
|
"name": "@chartwerk/core", |
|
|
|
|
"version": "0.1.0", |
|
|
|
|
"version": "0.1.1", |
|
|
|
|
"description": "Chartwerk core", |
|
|
|
|
"main": "dist/index.js", |
|
|
|
|
"types": "dist/index.d.ts", |
|
|
|
@ -11,10 +11,10 @@
|
|
|
|
|
}, |
|
|
|
|
"repository": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "git+https://github.com/chartwerk/core.git" |
|
|
|
|
"url": "https://gitlab.com/chartwerk/core.git" |
|
|
|
|
}, |
|
|
|
|
"author": "CorpGlory", |
|
|
|
|
"license": "GPL-3.0-or-later", |
|
|
|
|
"license": "Apache 2.0", |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@types/d3": "^5.7.2", |
|
|
|
|
"@types/lodash": "^4.14.149", |
|
|
|
|