diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-29 16:03:16 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-29 16:03:16 +0200 |
commit | 7f283791544195fa70c51003db9be3f029c014ef (patch) | |
tree | 4a5ac11ed2a3f1b6e6e0a8d3e7bedd641c0f186f /packages/gitbook-plugin/src/create.js | |
parent | 6f98ee18468e88af01a066eb6e203e4d6ef0a52c (diff) | |
download | gitbook-7f283791544195fa70c51003db9be3f029c014ef.zip gitbook-7f283791544195fa70c51003db9be3f029c014ef.tar.gz gitbook-7f283791544195fa70c51003db9be3f029c014ef.tar.bz2 |
Fix dist command
Diffstat (limited to 'packages/gitbook-plugin/src/create.js')
-rw-r--r-- | packages/gitbook-plugin/src/create.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gitbook-plugin/src/create.js b/packages/gitbook-plugin/src/create.js index 5b218c2..2e50532 100644 --- a/packages/gitbook-plugin/src/create.js +++ b/packages/gitbook-plugin/src/create.js @@ -14,6 +14,7 @@ function create(outputDir, spec) { 'name': `gitbook-plugin-${spec.name}`, 'description': `${spec.desc}`, 'main': 'index.js', + 'browser': './_assets/theme.js', 'version': '0.0.0', 'dependencies': { 'gitbook-core': '^0.0.0' |