Skip to content

Commit fb4b9b6

Browse files
committed
ci(typo): fixing app name typo
fixing app name typo BREAKING CHANGE: app name typo
1 parent 51c3349 commit fb4b9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

2121
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"exports": "./bin/index.js",
55
"type": "module",
66
"bin": {
7-
"esbuild-create-react-app-local": "bin/index.js"
7+
"esbuild-create-react-app": "bin/index.js"
88
},
99
"author": "awran5",
1010
"license": "MIT",

0 commit comments

Comments
 (0)