halo-pc 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "halo-pc",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.11",
|
4
4
|
"description": "Halo pc framework",
|
5
5
|
"scripts": {
|
6
6
|
"halo-pc:tsc": "vue-tsc",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"halo-pc:publish": "npm publish"
|
16
16
|
},
|
17
17
|
"type": "module",
|
18
|
-
"module": "./
|
18
|
+
"module": "./dist/main.ts",
|
19
19
|
"types": "./esm/main.d.ts",
|
20
20
|
"files": [
|
21
21
|
"dist",
|