diff --git a/package.json b/package.json
index 74503c4..5f01f5d 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
 {
   "name": "jest-auto-snapshots",
-  "version": "2.1.3",
+  "version": "2.1.4",
   "description": "Fully automated Jest snapshot tests for React components",
   "main": "./dist/index.js",
   "repository": "git@github.com:icd2k3/jest-auto-snapshots.git",
   "author": "JUSTIN SCHRADER <icd2k3@gmail.com>",
   "license": "MIT",
   "engines": {
-    "node": "8.11.3"
+    "node": ">= 8.11.3"
   },
   "peerDependencies": {
     "enzyme": "^3.2.0",