diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-04 15:30:34 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-04 15:30:34 +0200 |
commit | ccb5dcf559ab66fede009309f2895a9da56cc116 (patch) | |
tree | 6f780449abc7e78624c1ff5fa446ed0a55d60a14 /packages/gitbook-plugin-hints | |
parent | 84315a99f13adee0b96b6b12191f40a8012e32d1 (diff) | |
download | gitbook-ccb5dcf559ab66fede009309f2895a9da56cc116.zip gitbook-ccb5dcf559ab66fede009309f2895a9da56cc116.tar.gz gitbook-ccb5dcf559ab66fede009309f2895a9da56cc116.tar.bz2 |
Fix template of plugin to not mention theme
Diffstat (limited to 'packages/gitbook-plugin-hints')
-rw-r--r-- | packages/gitbook-plugin-hints/.npmignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-hints/.npmignore b/packages/gitbook-plugin-hints/.npmignore index 7bc36b7..a0e53cf 100644 --- a/packages/gitbook-plugin-hints/.npmignore +++ b/packages/gitbook-plugin-hints/.npmignore @@ -1,2 +1,2 @@ # Publish assets on NPM -!_assets +!_assets/plugin.js |