From 4d818ab12c53a24bb9dc989cff395ec2d090bd5c Mon Sep 17 00:00:00 2001 From: Scott González Date: Sat, 5 Oct 2013 14:28:54 -0400 Subject: Warn on npm install if Bower isn't installed. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 113d29082..6da6ab4f5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,8 @@ "grunt-jsonlint": "~1.0.0", "gzip-js": "0.3.2", "testswarm": "~1.1.0", - "requirejs": "~2.1.8" + "requirejs": "~2.1.8", + "which": "~1.0.5" }, "scripts": { "install": "bower install", -- cgit v1.2.3