Simplify postinstall script

This commit is contained in:
Pierre Rudloff 2017-10-26 01:20:21 +02:00
parent 44e475ce7d
commit 82d38f37a3
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
"url": "https://github.com/Rudloff/alltube.git"
},
"scripts": {
"postinstall": "node node_modules/.bin/grunt"
"postinstall": "grunt"
}
}