Browse Source

chore(gui-v2): update outdated info

pull/3273/head
Wing-Kam Wong 2 years ago
parent
commit
6ba1dbf68a
  1. 13
      packages/nc-lib-gui-2/package.json

13
packages/nc-lib-gui-2/package.json

@ -1,9 +1,12 @@
{
"name": "nc-lib-gui-2",
"version": "0.0.4",
"description": "> TODO: description",
"author": "“pranavxc” <pranavxc@gmail.com>",
"homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",
"url": "https://nocodb.com/"
},
"homepage": "https://github.com/nocodb/nocodb",
"license": "AGPL-3.0-or-later",
"main": "lib/XcLibGui.js",
"directories": {
@ -15,13 +18,13 @@
],
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/xgenecloud-ts/xgenecloud-ts.git"
"url": "git+ssh://git@github.com:nocodb/nocodb.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts/issues"
"url": "https://github.com/nocodb/nocodb/issues"
},
"dependencies": {
"axios": "^0.19.2",

Loading…
Cancel
Save