mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(engines): specify required node, yarn versions
This commit is contained in:
parent
dd50102474
commit
bb65b9d9e0
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
"email": "eric.young.liu@ibm.com"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10",
|
||||
"yarn": ">=1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && pretty-quick --pattern 'src/**/*.{js,svelte}' --staged",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue