diff --git a/package.json b/package.json index a2b8562..6a7a242 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "url": "https://github.com/Rudloff/alltube.git" }, "scripts": { - "postinstall": "node node_modules/.bin/grunt" + "postinstall": "grunt" } }