export component APIs from convert

This commit is contained in:
ansuz 2016-01-27 10:10:47 +01:00
parent b958caebdd
commit 0c2e057f9d

View file

@ -53,5 +53,11 @@ define([
});
return convert;
}());
convert.core = {
vdom: vdom,
hyperjson: hyperjson,
hyperscript: hyperscript
};
return convert;
});