Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f8ff127

Browse files
author
James Halliday
committed
badges
1 parent 7c16662 commit f8ff127

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

‎package.json‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"scripts": {
1313
"test": "tape test/*.js"
1414
},
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+
},
1525
"repository": {
1626
"type": "git",
1727
"url": "git://github.com/substack/json-stable-stringify.git"

‎readme.markdown‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ from stringified results
55

66
You can also pass in a custom comparison function.
77

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+
812
# example
913

1014
``` js

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /