Skip to content

Commit

Permalink
testling
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Dec 13, 2012
1 parent aad5461 commit 3c0d89d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@
"scripts": {
"test": "asynct test/"
},
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [
8,
9
],
"firefox": [
13
],
"chrome": [
20
],
"safari": [
5.1
],
"opera": [
12
]
}
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",
"optionalDependencies": {},
"engines": {
Expand Down

0 comments on commit 3c0d89d

Please sign in to comment.