Skip to content

Commit d7afd35

Browse files
committed
"publish first version"
1 parent f3ea52d commit d7afd35

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

Manifest.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"email": "Henner DOT Kollmann AT gmx DOT de"
1717
}
1818
],
19-
"version": "1.0.0-beta"
19+
"version": "1.0.0-beta.0"
2020
},
2121
"provides": {
2222
"namespace": "qxl.mobileshowcase",
@@ -25,21 +25,20 @@
2525
"resource": "source/resource",
2626
"translation": "source/translation",
2727
"application": {
28-
"class": "qxl.mobileshowcase.Application",
29-
"name": "mobileshowcase",
30-
"bootPath": "source/boot",
31-
"theme": ""
28+
"class": "qxl.mobileshowcase.Application",
29+
"name": "mobileshowcase",
30+
"bootPath": "source/boot",
31+
"theme": ""
3232
}
3333
},
3434
"externalResources": {
35-
"script": [
36-
],
37-
"css": [
38-
"qxl/mobileshowcase/css/custom.css"
39-
]
40-
},
41-
"requires": {
35+
"script": [],
36+
"css": [
37+
"qxl/mobileshowcase/css/custom.css"
38+
]
39+
},
40+
"requires": {
4241
"@qooxdoo/compiler": "^1.0.0-beta",
4342
"@qooxdoo/framework": "^6.0.0-beta"
4443
}
45-
}
44+
}

0 commit comments

Comments
 (0)