This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
fix indentation
pull/17/head
Brett Langdon
11 years ago
parent
2eae40e40f
commit
615d6ba317
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/json.js
+ 2
- 2
lib/json.js
View File
@ -2,6 +2,6 @@ var JSONBig = require("json-bigint");
module
.
exports
=
{
module
.
exports
=
{
stringify
:
JSONBig
.
stringify
,
parse
:
JSONBig
.
parse
stringify
:
JSONBig
.
stringify
,
parse
:
JSONBig
.
parse
}
;
}
;
Write
Preview
Loading…
Cancel
Save