From 71a0d7778078032205aa239a35c71038d2ae083f Mon Sep 17 00:00:00 2001 From: Mauricio Mercado Date: Sun, 9 Jun 2019 11:26:08 -0700 Subject: [PATCH] chore(init): add correct bin in package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47195bc..fbe1101 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "self-react-app", - "version": "1.0.0", - "description": "A Self built create react app like CLI", + "version": "0.1.0", + "description": "A custom built create react app like CLI", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -18,6 +18,9 @@ "hot-reload", "styled-components" ], + "bin": { + "generate-react-app": "./bin/sra.js" + }, "author": "Mauricio Mercado (https://maumercado.com)", "license": "MIT", "devDependencies": {