@deveco-test/deveco-code-darwin-x64 0.1.0-TD.12-GREY → 0.1.0-TD.13-Test

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/bin/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # DevEco Code
2
+
3
+ 项目主文档已移至仓库根目录,请查看:
4
+
5
+ - [README.md(简体中文)](../../README.md)
6
+ - [README_EN.md(English)](../../README_EN.md)
package/bin/deveco CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deveco-test/deveco-code-darwin-x64",
3
- "version": "0.1.0-TD.12-GREY",
3
+ "version": "0.1.0-TD.13-Test",
4
4
  "preferUnplugged": true,
5
5
  "os": [
6
6
  "darwin"
@@ -11,7 +11,7 @@
11
11
  "files": [
12
12
  "bin/**/*",
13
13
  "vendor/**/*",
14
- "README.md",
15
- "assets/**/*"
14
+ "assets/**/*",
15
+ "README.md"
16
16
  ]
17
17
  }