Skip to content

Commit

Permalink
feat(package): package source files for debugging
Browse files Browse the repository at this point in the history
Package source files, next to the normal JS files and map files for debugging purposes.

BREAKING CHANGE: Files are now published under `dist` directory. Deep imports (which is a bad practice at best) should be updated accordingly.
  • Loading branch information
nicojs committed Oct 14, 2020
1 parent 537946a commit 302f703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
**/*
!bin/**
!src/**
src/**/*.map
src/**/*.ts
!dist/src/**
!src/**/*.d.ts
!readme.md
!CHANGELOG.md

0 comments on commit 302f703

Please sign in to comment.