diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-11-13 22:05:37 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-11-14 10:11:35 -0500 |
commit | 36f00b17c26e50cf7900f4a1addb329dfe4c9b74 (patch) | |
tree | 91ed325b9dd3b313c1d00ab04603db5a54a6fd44 /bower.json | |
parent | 73365ae83f79d93a192dcb9d23d79fa0fd9af385 (diff) | |
download | jquery-36f00b17c26e50cf7900f4a1addb329dfe4c9b74.tar.gz jquery-36f00b17c26e50cf7900f4a1addb329dfe4c9b74.zip |
Update Sizzle: remove the use of version ranges
Conflicts:
bower.json
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json index 61a1be923..7efb07d32 100644 --- a/bower.json +++ b/bower.json @@ -13,10 +13,10 @@ "bower.json" ], "dependencies": { - "sizzle": "~1.10.11", - "requirejs": "~2.1.8" + "sizzle": "1.10.12" }, "devDependencies": { + "requirejs": "~2.1.8", "qunit": "~1.12.0" }, "keywords": [ |