diff --git a/README.md b/README.md index f140e4e..c578b3d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ It will create a dist folder and run: ``` npm publish ``` +This will publish on npm your package. ## Cheers Hope you enjoy this proyect! Sincerely Alejandro Lembke Barrientos. \ No newline at end of file diff --git a/package.json b/package.json index 3841b09..3839fae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aleleba/create-react-component-library", - "version": "1.1.2", + "version": "1.1.3", "description": "A starter kit for create a React component Library with storybook", "bin": "./bin/cli.js", "main": "dist/index.js",