Add version requirements
... | @@ -5,6 +5,9 @@ | ... | @@ -5,6 +5,9 @@ |
"repository": "https://github.com/cometkim/gatsby-plugin-typegen.git", | "repository": "https://github.com/cometkim/gatsby-plugin-typegen.git", | ||
"author": "Hyeseong Kim <cometkim.kr@gmail.com>", | "author": "Hyeseong Kim <cometkim.kr@gmail.com>", | ||
"license": "MIT", | "license": "MIT", | ||
"engines": { | |||
"node": ">=10.0.0" | |||
}, | |||
"scripts": { | "scripts": { | ||
"build": "babel gatsby-* -d . --extensions .ts,.tsx", | "build": "babel gatsby-* -d . --extensions .ts,.tsx", | ||
"prepublishOnly": "yarn build" | "prepublishOnly": "yarn build" | ||
... | ... |
Please register or sign in to comment