4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update to QDN

This commit is contained in:
AlphaX-Projects 2022-01-10 20:59:33 -08:00 committed by GitHub
parent 369b64928d
commit 053fc89d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -47,7 +47,7 @@ const user = {
nodeSettings: {
pingInterval: 10 * 1000, // (10 secs)
},
version: '1.6.3', // TODO: Set this dynamically...
version: 'v1.6.3', // TODO: Set this dynamically...
language: 'english', // default...english
theme: 'light',
server: {

View File

@ -11,14 +11,11 @@
"main": "ui-core.js",
"repository": {
"type": "git",
"url": "https://github.com/Qortal/qortal-ui.git",
"url": "https://github.com/Qortal/UI.git",
"directory": "qortal-ui-core"
},
"author": "QORTAL <admin@qortal.org>",
"license": {
"type": "GPL-3.0",
"url" : "https://opensource.org/licenses/GPL-3.0"
},
"license": "GPL-3.0",
"dependencies": {
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "^6.0.4",