Skip to content

Commit

Permalink
v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
daengdaengLee committed Aug 24, 2020
2 parents 9f5bd89 + 8e4afa5 commit 5f4df6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxsvg",
"version": "0.4.9",
"version": "0.4.10",
"description": "Functional SVG Handling Library",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/fxsvg.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
$on,
$qs,
$qsa,
$remove,
$show,
$trigger,
} from "fxdom";
Expand Down Expand Up @@ -69,6 +70,7 @@ export const FxSVG = {
on: $on,
qs: $qs,
qsa: $qsa,
remove: $remove,
show: $show,
trigger: $trigger,

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export {
$on as $$on,
$qs as $$qs,
$qsa as $$qsa,
$remove as $$remove,
$show as $$show,
$trigger as $$trigger,
} from "fxdom";
Expand Down

0 comments on commit 5f4df6a

Please sign in to comment.