diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-10-07 17:18:11 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-10-07 17:20:02 -0400 |
commit | 44b9d874841926d6101946cac7f2771181f3707e (patch) | |
tree | 5e3b1f7f524f748b6d3f7286f3552b95960d1097 /package.json | |
parent | e9a36f3a34ca4a103a574119231ee9d3ea92b8d5 (diff) | |
download | jquery-44b9d874841926d6101946cac7f2771181f3707e.tar.gz jquery-44b9d874841926d6101946cac7f2771181f3707e.zip |
Edit bower install script based on comments. Close gh-1392.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8d58521b7..fb04545be 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "which": "~1.0.5" }, "scripts": { - "install": "bower install", + "install": "node build/bower-install", "test": "grunt" } } |