mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: node engine
This commit is contained in:
parent
aead841eec
commit
9187b817af
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user