1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

chore: node engine

This commit is contained in:
2020-01-07 11:59:25 +09:00
parent aead841eec
commit 9187b817af
3 changed files with 10 additions and 1 deletions

View File

@@ -55,6 +55,9 @@
"last 1 safari version"
]
},
"engines": {
"node": ">=10.0.0"
},
"eslintConfig": {
"extends": "react-app"
},