Skip to content

Commit

Permalink
Updated manifest data. Upgraded deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldim committed Mar 19, 2024
1 parent c7116b4 commit cb38a36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 8 additions & 4 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
...
Expand All @@ -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 -->
## License

Expand Down
6 changes: 3 additions & 3 deletions qx-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb38a36

Please sign in to comment.