Browse Source

Merge branch 'gitlab-repo' into 'main'

gitlab repo + apache 2.0 license

See merge request chartwerk/core!2
merge-requests/3/head
Alexey Velikiy 3 years ago
parent
commit
7e8f3db41d
  1. 6
      package.json

6
package.json

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

Loading…
Cancel
Save