Skip to content

Commit

Permalink
fix: exclude dist/postject-api.h from .npmignore (#40)
Browse files Browse the repository at this point in the history
fix: exclude dist/postject-api.h from .npmignore

I think having postject-api.h in the .npmignore file caused the copied
file inside dist/ to get excluded from the package built with
`npm pack`. Explicitly including it fixes the problem.

Signed-off-by: Darshan Sen <[email protected]>

Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen authored Sep 28, 2022
1 parent 3e226f5 commit ba0dc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ scripts/
src/
test/
vendor/
!dist/postject-api.h

0 comments on commit ba0dc94

Please sign in to comment.