Skip to content

Commit

Permalink
Update browser support matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Dec 8, 2013
1 parent e7e6b23 commit 11548d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 43 deletions.
52 changes: 11 additions & 41 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "method",
"id": "method",
"version": "2.0.0",
"version": "2.0.1",
"description": "Functional polymorphic method dispatch",
"keywords": [
"method",
Expand Down Expand Up @@ -35,46 +35,16 @@
},
"testling": {
"files": "test/testling-index.js",
"browsers": {
"iexplore": [
6,
7,
8,
9,
10
],
"chrome": [
16,
20,
25,
"canary"
],
"firefox": [
10,
15,
16,
17,
18,
19,
"nightly"
],
"safari": [
5,
6
],
"opera": [
10,
11,
12,
"next"
],
"iphone": [
6
],
"ipad": [
6
]
}
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"firefox/20..latest",
"safari/5.1..latest",
"opera/11.0..latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/4.2..latest"
]
},
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion test/phantom-index.js
@@ -1,3 +1,3 @@
"use strict";

require("test").run(require("./browser"))
require("test").run(require("./index"))
2 changes: 1 addition & 1 deletion test/testling-index.js
@@ -1,3 +1,3 @@
"use strict";

require("retape")(require("./browser"))
require("retape")(require("./index"))

0 comments on commit 11548d2

Please sign in to comment.