Skip to content

Commit

Permalink
feat: update command names
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat committed Mar 18, 2024
1 parent 06cb134 commit e41eef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"bin/**/*"
],
"bin": {
"integrate": "bin/index.js",
"react-native-integrate": "bin/index.js",
"upgrade": "bin/upgrade-cli.js"
"rni": "bin/index.js",
"rnu": "bin/upgrade-cli.js"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit e41eef0

Please sign in to comment.