Skip to content

Commit

Permalink
fix: npmignore all except dist
Browse files Browse the repository at this point in the history
verified with: npm publish --dry-run
  • Loading branch information
Max Beatty committed Mar 24, 2021
1 parent a8b4a24 commit e5cfd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# only publish dist directory
*
!dist/
!dist/*

0 comments on commit e5cfd8a

Please sign in to comment.