From 5277bba66b43038bfa1ea438ce5f1e96db42b8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ovidiu=20Chereche=C8=99?= Date: Wed, 15 Apr 2015 19:41:23 +0300 Subject: [PATCH] Expose loadChild #8 --- entry.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/entry.js b/entry.js index 8242c0c..1b9274d 100644 --- a/entry.js +++ b/entry.js @@ -1,6 +1,7 @@ module.exports = { Mixin: require('./src/load-child-mixin.js'), Component: require('./src/load-child-component.js'), + loadChild: require('./src/load-child.js'), serialize: require('./src/serialize.js').serialize, render: require('./src/render.js').render, injectState: require('./src/render.js').injectState diff --git a/package.json b/package.json index 015f5f9..17af047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-component-tree", - "version": "0.2.0", + "version": "0.2.1", "description": "Serialize and reproduce the state of an entire tree of React components", "main": "build/bundle.js", "repository": {