Skip to content

Commit

Permalink
ci(typo): fixing app name typo
Browse files Browse the repository at this point in the history
fixing app name typo

BREAKING CHANGE: app name typo
  • Loading branch information
awran5 committed Sep 13, 2021
1 parent 51c3349 commit fb4b9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": "./bin/index.js",
"type": "module",
"bin": {
"esbuild-create-react-app-local": "bin/index.js"
"esbuild-create-react-app": "bin/index.js"
},
"author": "awran5",
"license": "MIT",
Expand Down

0 comments on commit fb4b9b6

Please sign in to comment.