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

Commit f0689a2

Browse files
committed
fix: fix publishing
1 parent f366159 commit f0689a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/h2x-core/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import parse from 'h2x-parse'
33
import generate from 'h2x-generate'
44
import traverse from 'h2x-traverse'
55

6+
67
const reduceVisitors = (visitors, opts) => {
78
Object.keys(visitors).forEach(key => {
89
const visitor = visitors[key]

0 commit comments

Comments
 (0)