Make postinstall script compatible with Windows

This commit is contained in:
Pierre Rudloff 2016-03-16 00:21:27 +01:00
parent 7e1961c8fb
commit b2e29a8ab4
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
"url": "https://github.com/Rudloff/alltube.git"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install; ./node_modules/grunt-cli/bin/grunt"
"postinstall": "node node_modules/bower/bin/bower install && node node_modules/grunt-cli/bin/grunt"
}
}