Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1.2.1
  • Loading branch information
Raynos committed Mar 12, 2013
1 parent 3e4e46d commit 5d33b43
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "valid-schema",
"version": "1.2.0",
"version": "1.2.1",
"description": "Validate objects against schemas",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
Expand Down Expand Up @@ -40,16 +40,16 @@
"testling": {
"files": "test/*.js",
"browsers": [
"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"
"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"
]
}
}

0 comments on commit 5d33b43

Please sign in to comment.