Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Aug 30, 2024
1 parent 20e2ad5 commit e02f3da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"devDependencies": {
"better-sqlite3": "^9.6.0",
"glob": "^11.0.0",
"html-validate": "^8.21.0"
"html-validate": "^8.21.0",
"shell-quote": "^1.8.1"
},
"scripts": {
"test": "node test/fixtures-html-validate-should-fail.mjs && node test/build-html-validate.mjs"
},
"dependencies": {
"shell-quote": "^1.8.1"
}
}

0 comments on commit e02f3da

Please sign in to comment.