diff --git a/package.json b/package.json index d8c4c47..c16ecfd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "preinstall": "npx npm-force-resolutions" }, "author": "", "license": "ISC", @@ -16,5 +17,8 @@ "gulp-sass": "^3.2.1", "lodash": "^4.17.10", "nunjucks": "^3.1.3" + }, + "resolutions": { + "graceful-fs": "^4.2.3" } }