Skip to content

Commit

Permalink
Adding testling browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 25, 2013
1 parent 5b36715 commit 566b333
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
"scripts": "node_modules/nodeunit-browser-tap/lib/nodeunit.js",
"files": "test-browser.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0",
"firefox/15.0..latest",
"iexplore/6..latest",
"firefox/3..10",
"firefox/15..latest",
"firefox/nightly",
"chrome/4.0",
"chrome/23.0..latest",
"chrome/4..10",
"chrome/23..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/10..latest",
"opera/next",
"safari/5.0.5..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"devDependencies": {
Expand Down

0 comments on commit 566b333

Please sign in to comment.