Skip to content

Commit d23afd6

Browse files
author
NaomiFPassarelli
authored
Merge pull request #13 from Wolox/packages
change version and manage error
2 parents 8812180 + 42e5cbe commit d23afd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-bootstrap",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "wolox-react-bootstrap",
55
"files": [
66
"index.js",

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ create-react-app $1 --scripts-version wolox-react-scripts
2929
cd $1/
3030
yarn global add yo generator-react-bootstrap > /dev/null 2>&1
3131
yo react-bootstrap --force
32-
yarn global add package-json-merge
32+
yarn global add package-json-merge > /dev/null 2>&1
3333
package-json-merge package.json packageB.json > packageA.json
3434
mv packageA.json package.json
3535
rm packageB.json

0 commit comments

Comments
 (0)