From 053fc89d397770e0daa5dc32a605b9b166153db4 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:59:33 -0800 Subject: [PATCH] Update to QDN --- qortal-ui-core/config/default.user.config.js | 2 +- qortal-ui-core/package.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/qortal-ui-core/config/default.user.config.js b/qortal-ui-core/config/default.user.config.js index cf7df2e9..b0e6a523 100644 --- a/qortal-ui-core/config/default.user.config.js +++ b/qortal-ui-core/config/default.user.config.js @@ -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: { diff --git a/qortal-ui-core/package.json b/qortal-ui-core/package.json index e91b3f23..30637ec9 100644 --- a/qortal-ui-core/package.json +++ b/qortal-ui-core/package.json @@ -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 ", - "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",