Skip to content

Commit 256178e

Browse files
committed
Update testling to test with latest browsers
1 parent beb7d79 commit 256178e

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

package.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,15 @@
2020
},
2121
"testling": {
2222
"files": "test/*.js",
23-
"browsers": {
24-
"ie": [
25-
8,
26-
9
27-
],
28-
"firefox": [
29-
13
30-
],
31-
"chrome": [
32-
20
33-
],
34-
"safari": [
35-
5.1
36-
],
37-
"opera": [
38-
12
39-
]
40-
}
23+
"browsers": [
24+
"ie/8..latest",
25+
"chrome/20..latest",
26+
"firefox/10..latest",
27+
"safari/latest",
28+
"opera/11.0..latest",
29+
"iphone/6",
30+
"ipad/6"
31+
]
4132
},
4233
"optionalDependencies": {}
4334
}

0 commit comments

Comments
 (0)