Skip to content

Commit 732f8d0

Browse files
committed
v1.0.2
1 parent a13a1ca commit 732f8d0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex-colorizer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Highlight regex syntax",
55
"homepage": "https://slevithan.github.io/regex-colorizer/demo/",
66
"author": "Steven Levithan",

src/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,4 +776,8 @@ function loadStyles() {
776776
document.querySelector('head').appendChild(ss);
777777
}
778778

779-
export {colorizeAll, colorizePattern, loadStyles};
779+
export {
780+
colorizeAll,
781+
colorizePattern,
782+
loadStyles,
783+
};

0 commit comments

Comments
 (0)