marko/widgets/browser.json
Patrick Steele-Idem 05110865b4 Fixes #393 Multiple top level DOM elements for a component
Also fixes #395 - Make w-bind attribute completely optional
Also fixes #399 - Single file Marko component
2016-12-02 08:44:23 -07:00

10 lines
221 B
JSON

{
"dependencies": [
{
"type": "require",
"path": "./init-widgets-browser",
"run": true,
"if": "!flags.contains('marko-widgets/no-client-init')"
}
]
}