Skip to content

Commit

Permalink
feat: add stable stringify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 13, 2018
1 parent d4756d8 commit be13c1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addon/stable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

var stringify = require('fastest-stable-stringify');

exports.addon = function (renderer) {
renderer.stringify = stringify;
};

0 comments on commit be13c1b

Please sign in to comment.