Skip to content

Commit

Permalink
Fix npm publishing config
Browse files Browse the repository at this point in the history
There was already a gitignore but not an npmignore in lib, which does the wrong thing.
  • Loading branch information
ef4 committed Oct 6, 2022
1 parent 3b7ba4e commit ab29bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.ts
!*.d.ts

0 comments on commit ab29bb2

Please sign in to comment.