Skip to content
Snippets Groups Projects
Unverified Commit d8e439b5 authored by Hyeseong Kim's avatar Hyeseong Kim
Browse files

Add version requirements

parent 93cf371b
No related branches found
No related tags found
No related merge requests found
# gatsby-plugin-typegen
Code generate for ALL your Gatsby nodes
## Requirements
- Node v10.0.0 +
- GatsbyJS v2 +
......@@ -5,6 +5,9 @@
"repository": "https://github.com/cometkim/gatsby-plugin-typegen.git",
"author": "Hyeseong Kim <cometkim.kr@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"build": "babel gatsby-* -d . --extensions .ts,.tsx",
"prepublishOnly": "yarn build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment