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

Loading…
Cancel
Save