Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "degausser", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Transforms HTML to plain text by eliminating tags from a document.", | ||
@@ -5,0 +5,0 @@ "author": "FlowPub", |
@@ -6,3 +6,3 @@ import { | ||
phrasingConstructs | ||
} from "./util"; | ||
} from "./util.js"; | ||
@@ -9,0 +9,0 @@ export default parentNode => { |
8496