We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadab5d commit 788d681Copy full SHA for 788d681
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dock-spawn-ts",
3
- "version": "3.8.1",
+ "version": "3.8.2",
4
"description": "DockSpawn Typescript Version",
5
"license": "MIT",
6
"author": "jochen.kuehner@gmx.de",
@@ -25,7 +25,8 @@
25
"webpack": "^5.99.5",
26
"webpack-cli": "^6.0.1"
27
},
28
- "main": "/lib/js/Exports.js",
+ "type": "module",
29
+ "main": "./lib/js/index-webcomponent.js",
30
"files": [
31
"lib/**/*",
32
"src/**/*"
0 commit comments