Skip to content

Commit aff669e

Browse files
author
Murat
committed
fix(bin): try to fix command issue
1 parent a8762e6 commit aff669e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)