Skip to content

Commit

Permalink
Merge pull request #62 from qooxdoo/fix-config-to-include-it-in-your-…
Browse files Browse the repository at this point in the history
…project

ApiViewer can be installed in user app

Thanks @goldim !
  • Loading branch information
hkollmann authored Jul 7, 2023
2 parents 210f03c + 54c105d commit 009c9d6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,21 @@
"qx.*"
],
"exclude": [
"qx.test.*",
"qx.module.Blocker",
"qx.module.Placement"
]
],
"parts": {
"boot" : {
"include": [
"qx.*"
]
},
"tool" : {
"include": [
"qx.tool.*"
]
}
}
}
},
"requires": {
Expand Down

0 comments on commit 009c9d6

Please sign in to comment.