pull/2295/head
Cory LaViska 2024-12-02 13:36:49 -05:00
rodzic db544ed2bc
commit 670a5982f3
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -64,8 +64,7 @@
"test:component": "web-test-runner -- --watch --group",
"test:watch": "web-test-runner --watch --group default",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install"
"check-updates": "npx npm-check-updates -i"
},
"engines": {
"node": ">=14.17.0"