Skip to content

Commit

Permalink
fix: add private to component to prevent accidental publish (#4668)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
natemoo-re and natemoo-re authored Sep 7, 2022
1 parent d6adb67 commit 4b73d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/component/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@example/component",
"private": true,
"version": "0.0.1",
"type": "module",
"exports": {
Expand Down

0 comments on commit 4b73d34

Please sign in to comment.