.npmignore 171 B

1234567891011121314
  1. .node_repl_history
  2. .nyc_output
  3. .prettierrc
  4. .rpt2_cache
  5. .travis.yml
  6. .vscode
  7. coverage
  8. npm-debug.log*
  9. package-lock.json
  10. rollup.config.js
  11. test
  12. tsconfig.json
  13. tslint.json
  14. yarn*