Skip to content

Commit

Permalink
Merge branch 'release/v0.12.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 16, 2023
2 parents 4dac4ef + 878e843 commit e1cd908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed-dom",
"type": "module",
"version": "0.12.3",
"version": "0.12.4",
"description": "🌱 Lightweight offline DOM",
"author": {
"name": "Dirk Holtwick",
Expand Down
5 changes: 3 additions & 2 deletions src/htmlparser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { VHTMLDocument } from '.'
import { VTextNode, createHTMLDocument, parseHTML } from '.'
import type { VHTMLDocument } from './vdom'
import { VTextNode, createHTMLDocument } from './vdom'
import { parseHTML } from './vdomparser'

describe('htmlparser', () => {
it('should parse without errors', async () => {
Expand Down

0 comments on commit e1cd908

Please sign in to comment.