Skip to content

Commit

Permalink
Fixed messed up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrhodes committed Mar 9, 2014
1 parent 7cbd62f commit 58f32f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -14,15 +14,15 @@
},
"testling": {
"files": "test/*.js",
"browsers": {
"browsers": [
"ie/8..latest"
"chrome/22..latest",
"firefox": [4, 19, "latest"],
"firefox/4..latest",
"safari/5.1..latest",
"opera/11..latest",
"iphone/6..latest",
"android-browser/latest"
}
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 58f32f2

Please sign in to comment.