Skip to content

Commit

Permalink
"release for qx6"
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed May 28, 2021
1 parent 47f23e6 commit 5dee617
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
{
"info" :
{
"name" : "QxD3",
"summary" : "D3 Bindings for Qooxdoo",

"homepage" : "https://github.com/oetiker/QxD3",

"license" : "LGPL/EPL",
"authors" :
[
"info": {
"name": "QxD3",
"summary": "D3 Bindings for Qooxdoo",
"homepage": "https://github.com/oetiker/QxD3",
"license": "LGPL/EPL",
"authors": [
{
"name" : "Tobias Oetiker (oetiker)",
"email" : "[email protected]"
"name": "Tobias Oetiker (oetiker)",
"email": "[email protected]"
}
],

"version" : "0.4.0"
"version": "0.4.1"
},

"provides" :
{
"namespace" : "qxd3",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation"
"provides": {
"namespace": "qxd3",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"requires": {
"@qooxdoo/framework": "^6.0.0",
"@qooxdoo/compiler": "^1.0.0"
}

}

}

0 comments on commit 5dee617

Please sign in to comment.