Skip to content

Commit

Permalink
Drop sizzle test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Jul 31, 2023
1 parent cfb3a18 commit bd2ac26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/browser/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd2ac26

Please sign in to comment.