Skip to content

Commit

Permalink
Add testling config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Mar 26, 2013
1 parent 0f14f17 commit 86bd0eb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,18 @@
"type": "git",
"url": "https://github.com/SteveSanderson/knockout.git"
},
"bugs": "https://github.com/SteveSanderson/knockout/issues"
"bugs": "https://github.com/SteveSanderson/knockout/issues",
"testling": {
"preprocess": "build/build.sh",
"html": "spec/runner.html?src=build/output/knockout-latest.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/3..latest",
"safari/5.0.5..latest",
"opera/11.0..latest",
"iphone/6..latest",
"ipad/6..latest"
]
}
}

0 comments on commit 86bd0eb

Please sign in to comment.