marko/runtime/package.json
Patrick Steele-Idem ee815fc49b Runtime now supports both vdom and html output
All tests are passing
2016-10-11 17:28:09 -06:00

6 lines
114 B
JSON

{
"main": "./html/index.js",
"browser": {
"./loader/index.js": "./loader/index-browser.js"
}
}