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/template | |
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/template')
-rw-r--r-- | packages/gitbook-plugin/template/.gitignore | 2 | ||||
-rw-r--r-- | packages/gitbook-plugin/template/.npmignore | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packages/gitbook-plugin/template/.gitignore b/packages/gitbook-plugin/template/.gitignore index 7c6f0eb..ef47881 100644 --- a/packages/gitbook-plugin/template/.gitignore +++ b/packages/gitbook-plugin/template/.gitignore @@ -28,4 +28,4 @@ node_modules *.swp # Plugin assets -_assets +_assets/plugin.js diff --git a/packages/gitbook-plugin/template/.npmignore b/packages/gitbook-plugin/template/.npmignore deleted file mode 100644 index 7bc36b7..0000000 --- a/packages/gitbook-plugin/template/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -# Publish assets on NPM -!_assets |