We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ceda9 commit abed47cCopy full SHA for abed47c
1 file changed
package.json
@@ -6,6 +6,19 @@
6
"scripts": {
7
"test": "tape test/*.js"
8
},
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
+ },
22
"repository": {
23
"type": "git",
24
"url": "git+https://github.com/grindcode/flat-insert.git"
0 commit comments