Skip to content

Commit 11e9b86

Browse files
fix index extension in publication
1 parent 60b3551 commit 11e9b86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@openreplyde/web-docker",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"type": "module",
55
"files": [
66
"dist"
77
],
88
"main": "./dist/index.umd.js",
9-
"module": "./dist/index.mjs",
9+
"types": "./dist/index.d.ts",
10+
"module": "./dist/index.js",
1011
"exports": {
1112
".": {
12-
"import": "./dist/index.mjs",
13-
"require": "./dist/index.umd.js"
13+
"import": "./dist/index.js",
14+
"require": "./dist/index.umd.cjs"
1415
}
1516
},
16-
"types": "./dist/index.d.ts",
1717
"scripts": {
1818
"dev:test-host": "vite --config vite.config.test-host.ts --host",
1919
"build:web-docker": "vue-tsc --noEmit && vite build --config vite.config.web-docker.ts",

0 commit comments

Comments
 (0)