aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-22 21:54:37 +0400
committerOleg <markelog@gmail.com>2013-07-24 18:42:46 +0400
commit40f96b85d3550ed4e89edc25939ca87bbcc2fe69 (patch)
tree8bccb0d21d8af26ce07e03e21b079ab0b05a9874 /package.json
parent7e7ed7acd080a8678a53706fce428b7d013531c0 (diff)
downloadjquery-40f96b85d3550ed4e89edc25939ca87bbcc2fe69.tar.gz
jquery-40f96b85d3550ed4e89edc25939ca87bbcc2fe69.zip
Install bower packages with npm install
(cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4d260b497..310449388 100644
--- a/package.json
+++ b/package.json
@@ -34,5 +34,10 @@
"archiver": "~0.4.6",
"grunt-jsonlint": "~1.0.0"
},
+
+ "scripts": {
+ "install": "bower install"
+ },
+
"keywords": []
}