Merge pull request #5 from aleleba/PR-747374

PR-747374: fixing npx.
This commit is contained in:
Alejandro Lembke Barrientos 2022-08-05 20:19:39 -06:00 committed by GitHub
commit 52e92f6a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ replaceTextOnFile({
textReplace: `"version": "0.0.1",` textReplace: `"version": "0.0.1",`
}, },
{ {
textToBeReplaced: `"name": "@aleleba/create-react-ssr",`, textToBeReplaced: `"name": "@aleleba/create-react-component-library",`,
textReplace: `"name": "${repoName}",` textReplace: `"name": "${repoName}",`
} }
] ]

View File

@ -1,6 +1,6 @@
{ {
"name": "@aleleba/create-react-component-library", "name": "@aleleba/create-react-component-library",
"version": "1.1.1", "version": "1.1.2",
"description": "A starter kit for create a React component Library with storybook", "description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "dist/index.js", "main": "dist/index.js",