Skip to content

Commit 55f7db2

Browse files
committed
move to v7
1 parent 962b0b4 commit 55f7db2

File tree

261 files changed

+16799
-12932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+16799
-12932
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Install
19-
run: npm install @qooxdoo/compiler --no-save
19+
run: npm install @qooxdoo/framework --no-save
2020

2121
- name: Build
2222
run: npx qx deploy --out=./html --clean --source-maps --verbose

Manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
2+
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
33
"info": {
44
"name": "DemoBrowser",
55
"summary": "A GUI framework application for qooxdoo demos",
@@ -50,7 +50,6 @@
5050
}
5151
},
5252
"requires": {
53-
"@qooxdoo/compiler": "^1.0.0",
54-
"@qooxdoo/framework": "^6.0.0"
53+
"@qooxdoo/framework": "^7.0.0"
5554
}
5655
}

0 commit comments

Comments
 (0)