Skip to content

Commit

Permalink
[meta] exclude more files from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored and ljharb committed May 10, 2024
1 parent fdeb0fd commit 4044e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
},
"publishConfig": {
"ignore": [
".github/workflows"
".github/workflows",
"example",
"CHANGELOG.md"
]
}
}

0 comments on commit 4044e7f

Please sign in to comment.