Skip to content

Commit

Permalink
Removed unused exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
danandrei committed Mar 14, 2017
1 parent 447a2c6 commit 076347a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exports.flat = (data) => {
return libob.flat(data);
};

exports.emit = emit;
exports.parse = json.parse;
exports.stringify = json.stringify;
exports.transform = transform.transform;
Expand Down

0 comments on commit 076347a

Please sign in to comment.