From 916463b99636afb3088327d3d634160f508043ed Mon Sep 17 00:00:00 2001
From: Ken Hawkins <khawkins98@gmail.com>
Date: Fri, 5 Jul 2019 22:58:12 +0200
Subject: [PATCH] Fix an issue where grunt errored

"ReferenceError: internalBinding is not defined" https://github.com/gruntjs/grunt/issues/1658#issuecomment-449176540
---
 package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d4206da..e1e7d66 100644
--- a/package.json
+++ b/package.json
@@ -13,11 +13,14 @@
     "url": "https://github.com/ebiwd"
   },
   "devDependencies": {
-    "grunt": "^1.0.1",
+    "grunt": "^1.0.4",
     "grunt-contrib-copy": "^1.0.0",
     "grunt-grunticon": "^2.3.1",
     "grunt-includes": "^1.0.0",
     "grunt-svgmin": "^4.0.0",
     "grunt-webfont": "^1.7.1"
+  },
+  "dependencies": {
+    "natives": "^1.1.6"
   }
 }
-- 
GitLab