Skip to content

Commit

Permalink
fix: add missing files array to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed Feb 14, 2024
1 parent 52c0093 commit 9e2278e
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 @@ -27,6 +27,12 @@
"type": "git",
"url": "git+https://github.com/carpasse/dapi.git"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],
"scripts": {
"test": "node --import tsx --no-warnings --test src/**/*.test.ts",
"test:watch": "node --import tsx --no-warnings --test --watch ./src/**/*.test.ts",
Expand Down

0 comments on commit 9e2278e

Please sign in to comment.