PR-747374: fixing npx.

This commit is contained in:
Alejandro Lembke Barrientos 2022-08-06 02:19:10 +00:00
parent 13a2cec219
commit 15ed73e54a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"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",
"bin": "./bin/cli.js",
"main": "dist/index.js",