1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

chore: node engine

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

View File

@ -23,5 +23,8 @@
"nock": "^10.0.6",
"ts-jest": "^24.0.2"
},
"engines": {
"node": ">=10.0.0"
},
"private": true
}

View File

@ -1,6 +1,7 @@
{
"name": "namae",
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"dev": " yarn start",
"lint": "yarn workspaces run lint",
@ -27,8 +28,10 @@
"pre-commit": "pretty-quick --staged"
}
},
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.0"
},
"private": true,
"workspaces": [
"web",

View File

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