Skip to content

Commit

Permalink
fix export map for father tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Jun 18, 2024
1 parent 630eae3 commit a2b42ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgdotjs/svg.js",
"version": "3.2.2",
"version": "3.2.3",
"type": "module",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "https://svgjs.dev/",
Expand All @@ -20,12 +20,12 @@
"exports": {
".": {
"import": {
"default": "./src/main.js",
"types": "./svg.js.d.ts"
"types": "./svg.js.d.ts",
"default": "./src/main.js"
},
"require": {
"default": "./dist/svg.node.cjs",
"types": "./svg.js.d.ts"
"types": "./svg.js.d.ts",
"default": "./dist/svg.node.cjs"
}
}
},
Expand Down

0 comments on commit a2b42ae

Please sign in to comment.