Skip to content

Commit

Permalink
Merge branch 'release/3.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
junedomingo committed Jan 6, 2023
2 parents 16bcdda + 2ab8431 commit 56e5cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "react-native-rename",
"version": "3.2.5",
"version": "3.2.6",
"description": "Rename react-native app with just one command",
"main": "lib/index.js",
"type": "module",
"scripts": {
"test": "jest",
"dev": "esbuild src/index.js --platform=node --bundle --format=esm --packages=external --outdir=lib --watch",
"build": "esbuild src/index.js --platform=node --bundle --format=esm --packages=external --outdir=lib --minify --analyze",
"dev": "esbuild src/index.js --platform=node --bundle --outdir=lib --external:shelljs --watch",
"build": "esbuild src/index.js --platform=node --bundle --outdir=lib --external:shelljs --minify --analyze",
"prepublish": "npm run build",
"relink": "npm unlink react-native-rename && npm run prepublish && npm link",
"format": "prettier --write 'src/*.{js,jsx}'",
Expand Down

0 comments on commit 56e5cab

Please sign in to comment.