halo-fe 1.0.3 → 1.0.4
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-fe",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Halo front end sdk",
|
5
5
|
"scripts": {
|
6
6
|
"halo-fe:tsc": "vue-tsc",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"halo-fe:publish": "npm publish"
|
12
12
|
},
|
13
13
|
"type": "module",
|
14
|
-
"main": "./main.js",
|
14
|
+
"main": "./dist/main.js",
|
15
15
|
"types": "./esm/main.d.ts",
|
16
16
|
"files": [
|
17
17
|
"dist",
|