-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b651f90
commit 589b973
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": ["packages/*"], | ||
"useWorkspaces": true, | ||
"npmClient": "yarn", | ||
"version": "1.0.5" | ||
"version": "1.0.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-react-dependency", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Creating react libraries", | ||
"main": "index.js", | ||
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-dependency-scripts", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Scripts of react libraries", | ||
"main": "index.js", | ||
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)", | ||
|