Skip to content

Commit

Permalink
add stringify to the exported module
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 5, 2017
1 parent 996cafc commit 7be18f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
@@ -1,4 +1,4 @@
module.exports = {
parse: require('./code/parse')
// stringify: require('./code/stringify')
parse: require('./code/parse'),
stringify: require('./code/stringify')
}

0 comments on commit 7be18f2

Please sign in to comment.