Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit e08e91e

Browse files
Merge pull request #46 from amclin/fix/yarn
fix(yarn): yarn create failing due to binary name
2 parents c853506 + 7da9829 commit e08e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"bin": {
79-
"react-boilerplate-app": "./index.js"
79+
"create-amclin-nextjs-app": "./index.js"
8080
},
8181
"commitlint": {
8282
"extends": [

0 commit comments

Comments
 (0)