Browse Source

Update to QDN

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
053fc89d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-core/config/default.user.config.js
  2. 7
      qortal-ui-core/package.json

2
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: {

7
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 <[email protected]>",
"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",

Loading…
Cancel
Save