Skip to content

Commit

Permalink
change name pck.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NaomiFPassarelli committed Oct 4, 2017
1 parent e8e4f79 commit c8bae40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wolox-react-bootstrap",
"name": "generator-react-bootstrap",
"version": "0.1.0",
"description": "wolox-react-bootstrap",
"files": ["index.js", "generators"],
Expand Down
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ fi

yarn global add create-react-app --prefix /usr/local
create-react-app $1
#! create-react-app $1 --scripts-version mycompany-react-scripts
#! create-react-app $2 --scripts-version mycompany-react-scripts
cd $1/
yarn global add yo generator-wolox-react-bootstrap > /dev/null 2>&1
yo wolox-react-bootstrap
yarn global add yo generator-react-bootstrap > /dev/null 2>&1
yo react-bootstrap
yarn start

wait $!
Expand Down

0 comments on commit c8bae40

Please sign in to comment.