Skip to content

Commit

Permalink
fix: remove old test file from package.json file list
Browse files Browse the repository at this point in the history
This change should have no user impact because this file was removed,
but it was still listed in package.json.
  • Loading branch information
EvanHahn committed Oct 31, 2024
1 parent a49af17 commit 95322d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"Dockerfile",
"fly.toml",
"src/**/*.js",
"dist/**/*.d.ts",
"comapeo-core-2.0.1.tgz"
"dist/**/*.d.ts"
],
"exports": {
"types": "./dist/app.d.ts",
Expand Down

0 comments on commit 95322d9

Please sign in to comment.