Skip to content

Commit

Permalink
"Release v0.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Dec 19, 2018
1 parent 5d6d575 commit bedbcc0
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
{
"info" :
{
"name" : "formdemo",

"summary" : "Common used from demo",
"description" : "This is a demo containing a container showing all form items.",

"homepage" : "http://qooxdoo.org/",

"license" : "MIT",
"authors" :
[
"info": {
"name": "formdemo",
"summary": "Common used from demo",
"description": "This is a demo containing a container showing all form items.",
"homepage": "http://qooxdoo.org/",
"license": "MIT",
"authors": [
{
"name" : "Martin Wittemann (martinwittemann)",
"email" : "martin DOT wittemann AT 1und1 DOT de"
"name": "Martin Wittemann (martinwittemann)",
"email": "martin DOT wittemann AT 1und1 DOT de"
},
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],
"version": "0.1.0",
"version": "0.1.1",
"qooxdoo-range": "^6.0.0-alpha"
},

"provides" :
{
"namespace" : "qxl.formdemo",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"type" : "library"
"provides": {
"namespace": "qxl.formdemo",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"type": "library"
}
}
}

0 comments on commit bedbcc0

Please sign in to comment.