Skip to content

Commit 72ff194

Browse files
committed
fix package json
1 parent 4d28ac8 commit 72ff194

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@
3434
"files": "test.js",
3535
"browsers": [
3636
"ie/6..latest",
37-
"firefox/3..5", "firefox/19..nightly",
38-
"chrome/4..7", "chrome/24..canary",
37+
"firefox/3..5",
38+
"firefox/19..nightly",
39+
"chrome/4..7",
40+
"chrome/24..canary",
3941
"opera/10..next",
4042
"safari/4..latest",
4143
"iphone/6",
4244
"ipad/6"
43-
],
45+
]
4446
}
45-
}
47+
}

0 commit comments

Comments
 (0)