Skip to content

Commit

Permalink
Merge pull request #35 from ConnorJamesLow/release/v0.6.4
Browse files Browse the repository at this point in the history
Release/v0.6.4
  • Loading branch information
ConnorJamesLow authored Feb 24, 2023
2 parents 4718534 + f526d8b commit 04f1b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texsaur",
"version": "0.6.3",
"version": "0.6.4",
"description": "",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package/src/svg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JsxDom } from "./index";
import JsxDom from "./dom";

const SVG_TAGS = [
"circle",
Expand Down

0 comments on commit 04f1b7d

Please sign in to comment.