Skip to content

Commit

Permalink
Fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersky committed Jul 1, 2016
1 parent 1578b95 commit 7a8c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nesting-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function cleanup (g) {
})
}

module.exports = {
export default {
run,
cleanup
}

0 comments on commit 7a8c249

Please sign in to comment.