Skip to content

Commit

Permalink
Merge pull request #108 from isopropylcyanide/master
Browse files Browse the repository at this point in the history
Fix Broken Build on Node >= 12
  • Loading branch information
EfstathiadisD committed Dec 30, 2020
2 parents ba8ac43 + 354e744 commit c68cd96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand All @@ -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"
}
}

0 comments on commit c68cd96

Please sign in to comment.