-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test failing issue resolved * npm run lerna-bootstrap * contributor added * version 3.4.3 * npm run lerna-bootstrap * v3.4.3 * v3.4.4 * undo * Revert "undo" This reverts commit b854066. * undo to v3.4.3 * npm run lerna-bootstrap
- Loading branch information
Showing
8 changed files
with
33,032 additions
and
6,234 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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"lerna": "3.15.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"packages": ["packages/*"], | ||
"npmClient": "npm", | ||
"version": "3.4.2" | ||
"version": "3.4.3" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -34,7 +34,8 @@ | |
}, | ||
"author": "Taehyun Kim <[email protected]> (https://github.com/kimxogus)", | ||
"contributors": [ | ||
"Thomas Schoffelen <[email protected]>" | ||
"Thomas Schoffelen <[email protected]>", | ||
"Mohamad Arif Raja <[email protected]>" | ||
], | ||
"homepage": "https://github.com/kimxogus/react-native-version-check", | ||
"repository": { | ||
|
Oops, something went wrong.