@atooyu/uxto-fronted 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -1
- package/template/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atooyu/uxto-fronted",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "UXTO UniApp 前端脚手架模板 - 支持 iOS、Android、鸿蒙",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uxto",
|
|
@@ -17,6 +17,11 @@
|
|
|
17
17
|
],
|
|
18
18
|
"author": "atooyu <chujingu@163.com>",
|
|
19
19
|
"license": "MIT",
|
|
20
|
+
"exports": {
|
|
21
|
+
"./package.json": "./package.json",
|
|
22
|
+
"./template": "./template",
|
|
23
|
+
"./template/*": "./template/*"
|
|
24
|
+
},
|
|
20
25
|
"repository": {
|
|
21
26
|
"type": "git",
|
|
22
27
|
"url": "https://github.com/atooyu/uxto-fronted.git"
|
package/template/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build:harmony": "uni build -p app-harmony"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@atooyu/uxto-ui": "^1.0.
|
|
17
|
+
"@atooyu/uxto-ui": "^1.0.2",
|
|
18
18
|
"@dcloudio/uni-app": "3.0.0-4060620250520001",
|
|
19
19
|
"@dcloudio/uni-app-harmony": "3.0.0-4060620250520001",
|
|
20
20
|
"@dcloudio/uni-components": "3.0.0-4060620250520001",
|