Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 93871fb

Browse files
committed
chore: publint
1 parent 066d9c2 commit 93871fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "html-vue-setup",
33
"version": "0.1.4",
4-
"access": "public",
4+
"type": "module",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/Tofu-Xx/html-vue-setup.git"
88
},
99
"description": "You can use sugar in html in a format similar to vue3 setup syntactic sugar",
10-
"main": "index.js",
10+
"main": "dist/main.umd.js",
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1",
1313
"build": "vite build",
@@ -31,6 +31,7 @@
3131
"vite": "^5.4.0"
3232
},
3333
"publishConfig": {
34-
"registry": "https://registry.npmjs.org/"
34+
"registry": "https://registry.npmjs.org/",
35+
"access": "public"
3536
}
3637
}

0 commit comments

Comments
 (0)