diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2015-04-13 11:30:18 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-04-13 11:37:53 -0400 |
commit | 345c95ae9303ff6a70e27ec5aeb1c9e8e6936e32 (patch) | |
tree | 0c3b0cbb823f04f61ff9d29c9aa16292e17b1d01 /package.json | |
parent | 8992ac86cc4b8321177426c8b1bc7a1842bbfa45 (diff) | |
download | jquery-345c95ae9303ff6a70e27ec5aeb1c9e8e6936e32.tar.gz jquery-345c95ae9303ff6a70e27ec5aeb1c9e8e6936e32.zip |
Build: update Sizzle
Fixes gh-2042
Fixes gh-1969
Closes gh-1709
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 b586b1a16..5d5a9728b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "qunitjs": "1.17.1", "requirejs": "2.1.15", "sinon": "1.12.2", - "sizzle": "2.1.1", + "sizzle": "2.2.0", "testswarm": "1.1.0" }, "scripts": { |