aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
commitb13d8229ae25a6c48b1d59a0e592cde154e063f0 (patch)
treee4d67e08ed8ef07467fcbf40e29c7c71244292f1 /bower.json
parentc93f91e33ee25e60683fd05ae0210c9b07f2e2ac (diff)
downloadjquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.tar.gz
jquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.zip
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 000000000..3858b7603
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,17 @@
+{
+ "name": "jquery",
+ "version": "2.0.4-pre",
+ "ignore": [
+ "**/.*",
+ "build",
+ "speed",
+ "test",
+ "CONTRIBUTING.md",
+ "*.txt",
+ "bower.json"
+ ],
+ "dependencies": {
+ "sizzle": "~1.10.4",
+ "qunit": "~1.11.0"
+ }
+} \ No newline at end of file