File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " tape test/*.js"
14
14
},
15
+ "testling" : {
16
+ "files" : " test/*.js" ,
17
+ "browsers" : [
18
+ " ie/8..latest" ,
19
+ " ff/5" , " ff/latest" ,
20
+ " chrome/15" , " chrome/latest" ,
21
+ " safari/latest" ,
22
+ " opera/latest"
23
+ ]
24
+ },
15
25
"repository" : {
16
26
"type" : " git" ,
17
27
"url" : " git://github.com/substack/json-stable-stringify.git"
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ from stringified results
5
5
6
6
You can also pass in a custom comparison function.
7
7
8
+ [ ![ browser support] ( https://ci.testling.com/substack/json-stable-stringify.png )] ( https://ci.testling.com/substack/json-stable-stringify )
9
+
10
+ [ ![ build status] ( https://secure.travis-ci.org/substack/json-stable-stringify.png )] ( http://travis-ci.org/substack/json-stable-stringify )
11
+
8
12
# example
9
13
10
14
``` js
You can’t perform that action at this time.
0 commit comments