Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f990749

Browse files
committed
all browsers
1 parent 2128e54 commit f990749

File tree

1 file changed

+64
-11
lines changed

1 file changed

+64
-11
lines changed

package.json

Lines changed: 64 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,70 @@
3535
},
3636
"testling": {
3737
"files": "test/*_test.js",
38-
"browsers": {
39-
"ie": [ 8, 9, 10 ],
40-
"firefox": [ 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ],
41-
"chrome": [ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ],
42-
"safari": [ 5.1 ],
43-
"opera": [ 12 ],
44-
"android-browser": [ 4.2 ],
45-
"ipad": [ 6 ],
46-
"iphone": [ 6 ]
47-
48-
},
38+
"browsers": [
39+
"iexplore/6.0",
40+
"iexplore/7.0",
41+
"iexplore/8.0",
42+
"iexplore/10.0",
43+
"iexplore/9.0",
44+
"chrome/4.0",
45+
"chrome/5.0",
46+
"chrome/6.0",
47+
"chrome/7.0",
48+
"chrome/8.0",
49+
"chrome/9.0",
50+
"chrome/10.0",
51+
"chrome/11.0",
52+
"chrome/12.0",
53+
"chrome/13.0",
54+
"chrome/14.0",
55+
"chrome/15.0",
56+
"chrome/16.0",
57+
"chrome/17.0",
58+
"chrome/18.0",
59+
"chrome/19.0",
60+
"chrome/20.0",
61+
"chrome/21.0",
62+
"chrome/22.0",
63+
"chrome/23.0",
64+
"chrome/24.0",
65+
"chrome/25.0",
66+
"firefox/3.0",
67+
"firefox/3.5",
68+
"firefox/3.6",
69+
"firefox/4.0",
70+
"firefox/5.0",
71+
"firefox/6.0",
72+
"firefox/7.0",
73+
"firefox/8.0",
74+
"firefox/9.0",
75+
"firefox/10.0",
76+
"firefox/11.0",
77+
"firefox/12.0",
78+
"firefox/13.0",
79+
"firefox/14.0",
80+
"firefox/15.0",
81+
"firefox/16.0",
82+
"firefox/17.0",
83+
"firefox/18.0",
84+
"firefox/19.0",
85+
"opera/10.0",
86+
"opera/10.5",
87+
"opera/11.0",
88+
"opera/11.5",
89+
"opera/11.6",
90+
"opera/12.0",
91+
"safari/4.0",
92+
"safari/5.0.5",
93+
"safari/5.1",
94+
"firefox/nightly",
95+
"opera/next",
96+
"chrome/canary",
97+
"iphone/6.0",
98+
"ipad/6.0",
99+
"safari/6.0",
100+
"android-browser/4.2"
101+
],
49102
"harness": "mocha"
50103
}
51104

0 commit comments

Comments
 (0)