Skip to content

Commit 244b4aa

Browse files
committed
fix harmony plugin
1 parent 4ae097d commit 244b4aa

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

β€Ž.npmignoreβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ e2e/
6161

6262
harmony/**
6363
!harmony/pushy.har
64-
!harmony/pushy/hvigor-plugin.ts
64+
!harmony/hvigor-plugin.ts
6565

6666
.tmp
6767
.cursor

β€ŽExample/harmony_use_pushy/harmony/hvigor/hvigor-config.json5β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"modelVersion": "5.0.0",
33
"dependencies": {
4-
pushy: 'file:../../node_modules/react-native-update/harmony/pushy'
4+
pushy: 'file:../../node_modules/react-native-update/harmony/'
55
},
66
"execution": {
77
// "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.38.1",
3+
"version": "10.38.2",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

0 commit comments

Comments
Β (0)