From d32a88eab6513943eca296addf6aa3249ebcc83a Mon Sep 17 00:00:00 2001 From: sudodoki Date: Wed, 18 Jun 2014 13:18:36 +0300 Subject: [PATCH] Update package.json This will fix issue for windows paths. Node-scripts are adding ./node_modules/.bin to the path by default. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 204a64a..ba8d107 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/matsko/YOM-AngularJS-Testing-Article" }, "scripts": { - "postinstall": "./node_modules/.bin/bower install" + "postinstall": "bower install" }, "homepage": "https://github.com/yearofmoo/YOM-AngularJS-Testing-Article", "devDependencies": {