Skip to content

Commit

Permalink
fix: busted package file
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 1, 2024
1 parent 34e7f68 commit 4d17a2f
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 80 deletions.
182 changes: 105 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"prepack": "npm run build",
"prettier": "prettier --check .",
"prettier:write": "prettier --check --write .",
"test": "vitest --coverage",
"test:browser": "vitest --browser.name=chrome --browser.headless"
"test": "vitest --coverage"
},
"repository": {
"type": "git",
Expand All @@ -55,7 +54,7 @@
"@types/express": "^4.17.17",
"@types/multer": "^1.4.7",
"@types/node": "^22.0.2",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/coverage-v8": "^2.0.5",
"datauri": "^4.1.0",
"eslint": "^8.57.0",
"express": "^4.18.1",
Expand Down

0 comments on commit 4d17a2f

Please sign in to comment.