diff --git a/package.json b/package.json index f2c51b1..96c1919 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "jit-grunt": "^0.10.0" }, "scripts": { + "preinstall": "npx npm-force-resolutions", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "bower install", "build": "grunt && cd dist && tar cvzf kafka-connect-ui.tar.gz ." @@ -34,5 +35,9 @@ "bugs": { "url": "https://github.com/Landoop/kafka-connect-ui/issues" }, - "homepage": "https://github.com/Landoop/kafka-connect-ui#readme" + "homepage": "https://github.com/Landoop/kafka-connect-ui#readme", + "resolutions": { + "graceful-fs": "^4.2.4" + } } +