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:19:04 -0400 |
commit | fea6904d4621df360f556ac73e9a87fdd6eeb7ea (patch) | |
tree | 371c6c3de41af2b08ec27ecd779cc7e0671ac70e /package.json | |
parent | 4d818ab12c53a24bb9dc989cff395ec2d090bd5c (diff) | |
download | jquery-fea6904d4621df360f556ac73e9a87fdd6eeb7ea.tar.gz jquery-fea6904d4621df360f556ac73e9a87fdd6eeb7ea.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 6da6ab4f5..27fe45e2f 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" } } |