Skip to content

Commit 9c6e7d0

Browse files
committed
Use CommonJS for browser endpoints yaml/types & yaml/util (#208)
1 parent 7ddb18b commit 9c6e7d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/types.js'
1+
module.exports = require('./dist/types')

browser/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/util.js'
1+
module.exports = require('./dist/util')

0 commit comments

Comments
 (0)