add min node version

pull/644/head
Cory LaViska 2022-01-06 08:50:45 -05:00
rodzic ca346ccbb2
commit bb46282b91
3 zmienionych plików z 25 dodań i 12253 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ Twitter: [@shoelace_style](https://twitter.com/shoelace_style)
## Shoemakers 🥾
Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14 to build and run the project locally. It is preferred, but not required, to use npm 7.
Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14.15 to build and run the project locally.
**You don't need to do any of this to use Shoelace!** This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Shoelace.

12273
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -44,6 +44,9 @@
"list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install && npm run prettier && npm run verify"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@lit-labs/react": "^1.0.1",
"@popperjs/core": "^2.11.2",