From 82d38f37a3e2a6ac62d37d120207841725b9263c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 26 Oct 2017 01:20:21 +0200 Subject: [PATCH] Simplify postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }