Skip to content

Commit

Permalink
removed old browsers from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jan 23, 2013
1 parent a6f7a2b commit 7c17b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file added .npmignore
Empty file.
8 changes: 4 additions & 4 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"testling": { "testling": {
"files": "test/browserling.js", "files": "test/browserling.js",
"browsers": { "browsers": {
"ie": [6, 7, 8, 9], "ie": [7, 8, 9, 10],
"chrome": [4, 23, "canary"], "chrome": [22, 23, "canary"],
"firefox": [3, 3.5, 3.6, 4, 17, "nightly"], "firefox": [15, 17, "nightly"],
"opera": [10, 10.5, 11, 11.5, 11.6, 12, "next"], "opera": [11.6, 12, "next"],
"safari": ["5.0.1", 5.1] "safari": ["5.0.1", 5.1]
} }
}, },
Expand Down

0 comments on commit 7c17b4a

Please sign in to comment.