@kengic/uni 0.6.3-beta.60 → 0.6.3-beta.61

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/uni",
3
- "version": "0.6.3-beta.60",
3
+ "version": "0.6.3-beta.61",
4
4
  "scripts": {
5
5
  "postinstall": "node ./script/postinstall.mjs"
6
6
  },
@@ -19,7 +19,7 @@ let json01 = null;
19
19
 
20
20
  try {
21
21
  console.log(`${now()}开始读取组件的 package.json`);
22
- json01 = (await import(`./package.json`)).default;
22
+ json01 = (await import(`../package.json`)).default;
23
23
  console.log(`${now()}成功读取组件的 package.json`);
24
24
  } catch (e) {
25
25
  console.log(`${now()}失败读取组件的 package.json`);