From b32bba748bd59483c24de82c6c39f413dba2f0a5 Mon Sep 17 00:00:00 2001 From: Henner Kollmann Date: Fri, 19 Apr 2019 19:53:34 +0200 Subject: [PATCH] "new build with fixed compiler to get styles" --- Manifest.json | 56 +++++++++++++++++++++------------------------------ 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/Manifest.json b/Manifest.json index f5e536fa..f64f4197 100644 --- a/Manifest.json +++ b/Manifest.json @@ -1,47 +1,37 @@ { - "info" : - { - "name" : "mobileshowcase", - - "summary" : "Mobile showcase", - "description" : "This is a showcase for some mobile features of qooxdoo.", - - "homepage" : "http://demo.qooxdoo.org/current/mobileshowcase", - - "license" : "MIT license", - "authors" : - [ + "info": { + "name": "mobileshowcase", + "summary": "Mobile showcase", + "description": "This is a showcase for some mobile features of qooxdoo.", + "homepage": "http://demo.qooxdoo.org/current/mobileshowcase", + "license": "MIT license", + "authors": [ { - "name" : "Tino Butz (tbtz)", - "email" : "tino DOT butz AT 1und1 DOT de" + "name": "Tino Butz (tbtz)", + "email": "tino DOT butz AT 1und1 DOT de" }, { "name": "Henner Kollmann (hkollmann)", "email": "Henner DOT Kollmann AT gmx DOT de" } ], - - "version" : "0.1.0" + "version": "0.1.1" }, - - "provides" : - { - "namespace" : "qxl.mobileshowcase", - "encoding" : "utf-8", - "class" : "source/class", - "resource" : "source/resource", - "translation" : "source/translation", - "type" : "application" + "provides": { + "namespace": "qxl.mobileshowcase", + "encoding": "utf-8", + "class": "source/class", + "resource": "source/resource", + "translation": "source/translation", + "type": "application" }, "externalResources": { - "script": [ - ], - "css": [ - "qxl/mobileshowcase/css/custom.css" - ] - }, - "requires": { + "script": [], + "css": [ + "qxl/mobileshowcase/css/custom.css" + ] + }, + "requires": { "qooxdoo-sdk": "^6.0.0-alpha" } - } \ No newline at end of file