Browse Source

fix indentation

pull/17/head
Brett Langdon 11 years ago
parent
commit
615d6ba317
1 changed files with 2 additions and 2 deletions
  1. +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
}; };

Loading…
Cancel
Save