Drop sizzle test dependency

This commit is contained in:
Jelle van der Waa 2023-06-06 13:44:41 +02:00 committed by Martin Pitt
parent cfb3a18f44
commit bd2ac26df6
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@
"po2json": "^1.0.0-alpha",
"qunit": "^2.9.3",
"sass": "^1.61.0",
"sizzle": "^2.3.3",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",

View file

@ -13,7 +13,7 @@ if [ ! -d node_modules/chrome-remote-interface ]; then
rm -f package-lock.json # otherwise the command below installs *everything*, argh
mv package.json .package.json
# only install a subset to save time/space
npm install chrome-remote-interface sizzle
npm install chrome-remote-interface
mv .package.json package.json
fi