diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:00:26 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:01:20 -0400 |
commit | 40d488137384343532eb8d7639672adf1d97926d (patch) | |
tree | d1fed5748aa19bc9ae342f623f15aff522c88508 /bower.json | |
parent | d355140e271644c6488a63129f9b187c27246f32 (diff) | |
download | jquery-40d488137384343532eb8d7639672adf1d97926d.tar.gz jquery-40d488137384343532eb8d7639672adf1d97926d.zip |
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 17 |
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 |