Skip to content

Commit

Permalink
fix: publish only dist publicly
Browse files Browse the repository at this point in the history
by default, scoped organization packages are considered private
  • Loading branch information
Max Beatty committed Mar 24, 2021
1 parent a6a5776 commit a8b4a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.github
.husky
# only publish dist directory
*
!dist/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry=https://registry.npmjs.com/
access=public

0 comments on commit a8b4a24

Please sign in to comment.