Skip to content

Commit 9b3ae79

Browse files
author
James Halliday
committed
add testling
1 parent ef4251b commit 9b3ae79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
"json",
2121
"transform"
2222
],
23+
"testling" : {
24+
"files" : "test/*.js",
25+
"browsers" : {
26+
"iexplore" : [ "6.0", "7.0", "8.0", "9.0" ],
27+
"chrome" : [ "20.0" ],
28+
"firefox" : [ "10.0", "15.0" ],
29+
"safari" : [ "5.1" ],
30+
"opera" : [ "12.0" ]
31+
}
32+
},
2333
"author": {
2434
"name": "James Halliday",
2535
"email": "[email protected]",

0 commit comments

Comments
 (0)