Skip to content

Commit

Permalink
chore: publish selected files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 7, 2024
1 parent 6462786 commit 0c25236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "Pretty print JavaScript data types in the terminal and the browser",
"main": "build/index.js",
"type": "module",
"files": [
"build",
"!build/bin",
"!build/examples",
"!build/tests"
],
"scripts": {
"pretest": "npm run lint",
"test": "npm run quick:test",
Expand Down

0 comments on commit 0c25236

Please sign in to comment.