Browse Source

Do not include docs folder on release

The docs increase the release size from 40Kb to 13MB, which I think it's
to much.
pull/546/merge
Sergi Almacellas Abellana 7 years ago
parent
commit
9315247fda
  1. 1
      .npmignore

1
.npmignore

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
_gitignore/
bower_components/
node_modules/
docs/

Loading…
Cancel
Save