Skip to content

Commit

Permalink
Specify files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 26, 2024
1 parent d4294ed commit faf15bc
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 @@ -14,6 +14,12 @@
"type": "git",
"url": "git+https://github.com/jstayton/suri.git"
},
"files": [
"public",
"src",
"!src/**/*.test.js",
"logo.png"
],
"scripts": {
"docs": "jsdoc src --recurse --destination docs",
"lint": "npm run lint:format && npm run lint:quality",
Expand Down

0 comments on commit faf15bc

Please sign in to comment.