marko/test/package.json
Michael Rawlings 645c05338c
Hydrate refactor (#929)
* expose component id in metadata and require components to be registered (no dynamic loading that is coupled to lasso)

* add init/hyrdrate/boot code as a template dependency. lasso specific atm.

* decouple metadata from lasso and make it just data (not AST nodes)

* add semicolon

* update compile test snapshots

* fix regression related to initializing components from getRenderedWidgets

* don't fail on writeToDisk

* don't use Object.values

* fix deprecated page tests

* support node 4/6

* fix tests
2017-11-21 13:20:24 -08:00

10 lines
172 B
JSON

{
"name": "marko-test",
"version": "1.0.0",
"dependencies": {
"lasso": "*",
"browser-refresh-taglib": "*",
"marko-widgets": "*"
}
}