Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
fix: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 1, 2017
1 parent f366159 commit f0689a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/h2x-core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import parse from 'h2x-parse'
import generate from 'h2x-generate'
import traverse from 'h2x-traverse'


const reduceVisitors = (visitors, opts) => {
Object.keys(visitors).forEach(key => {
const visitor = visitors[key]
Expand Down

0 comments on commit f0689a2

Please sign in to comment.