@expo-harmony/cli 55.0.26-harmony.6 → 55.0.26-harmony.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -168,4 +168,4 @@ Debug 模式下由 CLI 启动的 Metro 接管终端输出日志,Ctrl+C 退出
168
168
  **expo-harmony** © [Baoshuo](https://github.com/renbaoshuo), Released under the MIT License.<br>
169
169
  Authored and maintained by Baoshuo with help from [contributors](https://github.com/renbaoshuo/expo-harmony/contributors).
170
170
 
171
- > [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@baoshuo](https://twitter.com/baoshuo)
171
+ > [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@renbaoshuo](https://twitter.com/renbaoshuo)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo-harmony/cli",
3
- "version": "55.0.26-harmony.6",
3
+ "version": "55.0.26-harmony.7",
4
4
  "keywords": [
5
5
  "react-native",
6
6
  "expo",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@expo-harmony/config-plugins": "55.0.10-harmony.2",
40
40
  "@expo-harmony/expo-modules-autolinking": "55.0.25-harmony.3",
41
- "@expo-harmony/prebuild-config": "55.0.0-harmony.5",
41
+ "@expo-harmony/prebuild-config": "55.0.0-harmony.6",
42
42
  "@expo/config": "55.0.17",
43
43
  "cross-spawn": "^7.0.6",
44
44
  "json5": "2.2.3"