Skip to content

Commit a1bfcaa

Browse files
committed
Updated browser versions
1 parent fe4d494 commit a1bfcaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Jakefile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
var path = require("path");
1919

2020
var REQUIRED_BROWSERS = [
21-
"IE 8.0.0 (Windows XP)",
21+
"IE 8.0.0 (Windows 7)",
2222
"IE 9.0.0 (Windows 7)",
23-
"Firefox 23.0.0 (Mac OS X 10.8)",
24-
"Chrome 29.0.1547 (Mac OS X 10.8.4)",
25-
"Safari 6.0.5 (Mac OS X 10.8.4)",
23+
"Firefox 24.0.0 (Mac OS X 10.8)",
24+
"Chrome 30.0.1599 (Mac OS X 10.8.5)",
25+
"Safari 6.0.5 (Mac OS X 10.8.5)",
2626
"Mobile Safari 6.0.0 (iOS 6.1)"
2727
];
2828

0 commit comments

Comments
 (0)