marko/components/package.json
2017-02-20 16:30:16 -07:00

9 lines
317 B
JSON

{
"browser": {
"./index.js": "./index-browser.js",
"./init-components.js": "./init-components-browser.js",
"./legacy/defineComponent-legacy.js": "./legacy/defineComponent-legacy-browser.js",
"./registry.js": "./registry-browser.js",
"./util.js": "./util-browser.js"
}
}