Skip to content

Commit abed47c

Browse files
committed
add testling to package.json
1 parent 18ceda9 commit abed47c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
"scripts": {
77
"test": "tape test/*.js"
88
},
9+
"testling": {
10+
"files": "test/*.js",
11+
"browsers": [
12+
"ie/6..latest",
13+
"chrome/22..latest",
14+
"firefox/16..latest",
15+
"safari/latest",
16+
"opera/11.0..latest",
17+
"iphone/6",
18+
"ipad/6",
19+
"android-browser/latest"
20+
]
21+
},
922
"repository": {
1023
"type": "git",
1124
"url": "git+https://github.com/grindcode/flat-insert.git"

0 commit comments

Comments
 (0)