Skip to content

Commit 788d681

Browse files
committed
fix package json
1 parent dadab5d commit 788d681

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dock-spawn-ts",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "DockSpawn Typescript Version",
55
"license": "MIT",
66
"author": "[email protected]",
@@ -25,7 +25,8 @@
2525
"webpack": "^5.99.5",
2626
"webpack-cli": "^6.0.1"
2727
},
28-
"main": "/lib/js/Exports.js",
28+
"type": "module",
29+
"main": "./lib/js/index-webcomponent.js",
2930
"files": [
3031
"lib/**/*",
3132
"src/**/*"

0 commit comments

Comments
 (0)