1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 12:30:32 +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", "nock": "^10.0.6",
"ts-jest": "^24.0.2" "ts-jest": "^24.0.2"
}, },
"engines": {
"node": ">=10.0.0"
},
"private": true "private": true
} }

View File

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

View File

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