Fix main file path in package.json (#961)

This commit is contained in:
Delmo Heredia
2024-04-17 15:47:35 +02:00
committed by GitHub
parent b166aa02c7
commit f748b05620

View File

@@ -2,8 +2,8 @@
"name": "svgedit",
"version": "7.3.3",
"description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js",
"module": "dist/Editor.js",
"main": "dist/editor/Editor.js",
"module": "dist/editor/Editor.js",
"directories": {
"doc": "docs",
"example": "examples",