From d8e439b50b4dc53c4ffb15d9c445183285b39b20 Mon Sep 17 00:00:00 2001
From: Hyeseong Kim <cometkim.kr@gmail.com>
Date: Thu, 5 Sep 2019 02:43:15 +0900
Subject: [PATCH] Add version requirements

---
 README.md    | 6 ++++++
 package.json | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 2f66b65..7b9f75d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
 # gatsby-plugin-typegen
+
 Code generate for ALL your Gatsby nodes
+
+## Requirements
+
+- Node v10.0.0 +
+- GatsbyJS v2 +
diff --git a/package.json b/package.json
index cb2ba6f..59b4b0d 100644
--- a/package.json
+++ b/package.json
@@ -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"
-- 
GitLab