Skip to content

Commit

Permalink
fix: published package content (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Aug 16, 2022
1 parent 0f6c9f4 commit 79c7ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ignore everything
*
# except everything in
!src/**/*.*
# but ignore everything in
__tests__
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
"schedule",
"websocket"
],
"files": [
"src/**",
"package.json",
"LICENSE",
"README.md"
],
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
"maintainers": [
"Bilal Soylu (https://github.com/Bilal-S)",
Expand Down

0 comments on commit 79c7ffd

Please sign in to comment.