Skip to content

Commit 19187c0

Browse files
committed
refactor: expose mql.render method
1 parent 3511323 commit 19187c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/npm/src/factory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ const factory = ({ mql, VERSION, toCompress }) => {
2020
}
2121
}
2222

23-
microlink.version = VERSION
2423
microlink.mql = mql
24+
microlink.render = mql.render
25+
microlink.version = VERSION
2526

2627
return microlink
2728
}

0 commit comments

Comments
 (0)