Skip to content

Commit 5fd921a

Browse files
author
Murat
committed
fix(cli): fix command issue
1 parent aff669e commit 5fd921a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"bin/**/*"
99
],
1010
"bin": {
11-
"integrate": "./bin/index.js",
12-
"upgrade": "./bin/upgrade-cli.js",
13-
"react-native-integrate": "./bin/index.js"
11+
"integrate": "bin/index.js",
12+
"react-native-integrate": "bin/index.js",
13+
"upgrade": "bin/upgrade-cli.js"
1414
},
1515
"scripts": {
1616
"build": "tsc",

0 commit comments

Comments
 (0)