linkify-element
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -189,2 +189,2 @@ var linkifyElement = (function (linkifyjs) { | ||
}(linkify)); | ||
})(linkify); |
@@ -186,2 +186,2 @@ import { Options, tokenize } from 'linkifyjs'; | ||
export default linkifyElement; | ||
export { linkifyElement as default }; |
{ | ||
"name": "linkify-element", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Browser DOM element interface for linkifyjs", | ||
"main": "index.js", | ||
"module": "dist/linkify-element.module.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "rollup -c rollup.config.js", |
20230