From 7fde598c38e1c093c8a6086e66ad33e8cca4ea4e Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 6 Aug 2022 02:37:59 +0000 Subject: [PATCH] PR-673141: Adding missing text on readme file --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",