From cb38a36f0ad66d920eb551916f26824957527489 Mon Sep 17 00:00:00 2001 From: goldim Date: Tue, 19 Mar 2024 13:12:22 +0300 Subject: [PATCH] Updated manifest data. Upgraded deps. --- Manifest.json | 12 ++++++++---- README.md | 6 +----- qx-lock.json | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Manifest.json b/Manifest.json index 98dbc64..8c09483 100644 --- a/Manifest.json +++ b/Manifest.json @@ -1,15 +1,19 @@ { "$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json", "info": { - "name": "bernstein.demo", + "name": "BernsteinTheme", "summary": "Bernstein Theme Contribution", "description": "A bernstein theme for qx 7.0", - "homepage": "https://github.com/scro34/Bernstein", + "homepage": "https://github.com/goldim/Bernstein", "license": "MIT license", "authors": [ { - "name": "Norbert Schröder", - "email": "(scro34)" + "name": "Norbert Schröder (scro34)", + "email": "n.schroeder@scro34.de" + }, + { + "name": "Dmitrii Zolotov (goldim)", + "email": "zolotovdy@yandex.ru" } ], "version": "2.1.3" diff --git a/README.md b/README.md index 7252abc..c699df4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ qx package list $ qx package install goldim/Bernstein ``` Now you just have to modify your compile.json to enable the theme: -```sh +```json "applications": [ { ... @@ -41,10 +41,6 @@ Now you just have to modify your compile.json to enable the theme: ], ``` -## TODO list - - - Try to replace web fonts instead of standard icons and make them optional - ## License diff --git a/qx-lock.json b/qx-lock.json index 20433a2..e50e956 100644 --- a/qx-lock.json +++ b/qx-lock.json @@ -2,11 +2,11 @@ "libraries": [ { "library_name": "themedemo", - "library_version": "1.0.1", - "path": "qx_packages/goldim_scro34_themedemo_v1_0_1", + "library_version": "1.0.2", + "path": "qx_packages/goldim_scro34_themedemo_v1_0_2", "uri": "goldim/scro34.themedemo", "repo_name": "goldim/scro34.themedemo", - "repo_tag": "v1.0.1" + "repo_tag": "v1.0.2" }, { "library_name": "widgetbrowser",