diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-09-05 14:02:49 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-09-05 14:02:49 +0200 |
commit | ff31514c669a7c9b04ee69c447dcf9e2da39f3da (patch) | |
tree | b81b9bc9b12356dc1d9f7d8f8208be5631cc3d44 /packages/gitbook-plugin-theme-default | |
parent | 3f1ec310ca0c634e1f63a1e00e485ea93916e810 (diff) | |
download | gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.zip gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.gz gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.bz2 |
Start bootstraping rendering with react in GitBook
Diffstat (limited to 'packages/gitbook-plugin-theme-default')
-rw-r--r-- | packages/gitbook-plugin-theme-default/index.js | 3 | ||||
-rw-r--r-- | packages/gitbook-plugin-theme-default/package.json | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-theme-default/index.js b/packages/gitbook-plugin-theme-default/index.js new file mode 100644 index 0000000..f4d6253 --- /dev/null +++ b/packages/gitbook-plugin-theme-default/index.js @@ -0,0 +1,3 @@ +module.exports = { + +}; diff --git a/packages/gitbook-plugin-theme-default/package.json b/packages/gitbook-plugin-theme-default/package.json index cbf1516..5ee288b 100644 --- a/packages/gitbook-plugin-theme-default/package.json +++ b/packages/gitbook-plugin-theme-default/package.json @@ -2,6 +2,7 @@ "name": "gitbook-plugin-theme-default", "description": "Default theme for GitBook", "main": "./index.js", + "browser": "./src/index.js", "version": "1.0.5", "engines": { "gitbook": ">=3.0.0" |