Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 8365d42

Browse files
committed
update package.json bin
1 parent dc3f70a commit 8365d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"!**/.*"
2727
],
2828
"bin": {
29-
"react-native-patch": "./src/patch.js"
29+
"react-native-patch": "src/patch.js"
3030
},
3131
"scripts": {
3232
"example": "yarn workspace react-native-improved-example",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11053,7 +11053,7 @@ __metadata:
1105311053
react: "*"
1105411054
react-native: "*"
1105511055
bin:
11056-
react-native-patch: patch.js
11056+
react-native-patch: src/patch.js
1105711057
languageName: unknown
1105811058
linkType: soft
1105911059

0 commit comments

Comments
 (0)