Skip to content

Commit

Permalink
update browserify browser list
Browse files Browse the repository at this point in the history
  • Loading branch information
nemtsov committed Jul 15, 2013
1 parent 921c12c commit 5f728a6
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@
},
"testling": {
"browsers": [
"ie8",
"ie9",
"ie10",
"ff/15",
"chrome/20",
"opera/12",
"safari/5.1"
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
],
"harness": "mocha",
"files": "test/*-test.js"
"files": "test/*.js"
}
}

0 comments on commit 5f728a6

Please sign in to comment.