Browse Source

Update to QDN

qdn-metadata
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: { nodeSettings: {
pingInterval: 10 * 1000, // (10 secs) 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 language: 'english', // default...english
theme: 'light', theme: 'light',
server: { server: {

7
qortal-ui-core/package.json

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

Loading…
Cancel
Save