Drop sizzle test dependency
This commit is contained in:
parent
cfb3a18f44
commit
bd2ac26df6
2 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,6 @@
|
||||||
"po2json": "^1.0.0-alpha",
|
"po2json": "^1.0.0-alpha",
|
||||||
"qunit": "^2.9.3",
|
"qunit": "^2.9.3",
|
||||||
"sass": "^1.61.0",
|
"sass": "^1.61.0",
|
||||||
"sizzle": "^2.3.3",
|
|
||||||
"stylelint": "^15.10.1",
|
"stylelint": "^15.10.1",
|
||||||
"stylelint-config-standard": "^34.0.0",
|
"stylelint-config-standard": "^34.0.0",
|
||||||
"stylelint-config-standard-scss": "^10.0.0",
|
"stylelint-config-standard-scss": "^10.0.0",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ if [ ! -d node_modules/chrome-remote-interface ]; then
|
||||||
rm -f package-lock.json # otherwise the command below installs *everything*, argh
|
rm -f package-lock.json # otherwise the command below installs *everything*, argh
|
||||||
mv package.json .package.json
|
mv package.json .package.json
|
||||||
# only install a subset to save time/space
|
# only install a subset to save time/space
|
||||||
npm install chrome-remote-interface sizzle
|
npm install chrome-remote-interface
|
||||||
mv .package.json package.json
|
mv .package.json package.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue