Skip to content
Snippets Groups Projects
Commit 916463b9 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Fix an issue where grunt errored

"ReferenceError: internalBinding is not defined" https://github.com/gruntjs/grunt/issues/1658#issuecomment-449176540
parent da58165f
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,14 @@ ...@@ -13,11 +13,14 @@
"url": "https://github.com/ebiwd" "url": "https://github.com/ebiwd"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.0.1", "grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-grunticon": "^2.3.1", "grunt-grunticon": "^2.3.1",
"grunt-includes": "^1.0.0", "grunt-includes": "^1.0.0",
"grunt-svgmin": "^4.0.0", "grunt-svgmin": "^4.0.0",
"grunt-webfont": "^1.7.1" "grunt-webfont": "^1.7.1"
},
"dependencies": {
"natives": "^1.1.6"
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment