Skip to content

Commit

Permalink
fix: add missing files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 15, 2024
1 parent 3d9d8f3 commit fd3cdd1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@
"type": "commonjs",
"main": "PJV.js",
"files": [
"PJV.js",
"package.json",
"app.js",
"base64.js",
"bin/",
"index.html",
"LICENSE.md",
"README.md"
"package.json",
"PJV.js",
"README.md",
"robots.txt"
],
"scripts": {
"format": "prettier .",
Expand Down

0 comments on commit fd3cdd1

Please sign in to comment.