npm_exclude.txt 395 B

1234567891011121314151617181920212223242526
  1. */.*
  2. */example/
  3. */examples/
  4. *.html
  5. hydrolysis/hydrolysis.js
  6. */jsdoc2md/
  7. *.lock
  8. *.md
  9. *.png
  10. *.sh
  11. *.svg
  12. */test/
  13. *.ts
  14. @types/**/*
  15. *.woff
  16. *.yml
  17. Makefile
  18. source-map.debug.js
  19. powered-test/es6-destructuring-assignments.js
  20. *.map
  21. typescript/lib/*
  22. typescript/loc/*
  23. # This is pulled in from html-minifier, but there is no plan to use the
  24. # --minify-js which is the only entry to that codepath.
  25. uglify-js/*