-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3982 from wordpress-mobile/try/tarball-for-forks
Use tarball instead of git tag for forked dependencies
- Loading branch information
Showing
16 changed files
with
1,508 additions
and
1,514 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule gutenberg
updated
78 files
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
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": "RNCMaskedView", | ||
"version": "0.1.11-wp", | ||
"version": "0.1.11-wp-1", | ||
"summary": "React Native MaskedView component", | ||
"license": "MIT", | ||
"authors": "Mike Nedosekin <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-masked-view.git", | ||
"tag": "v0.1.11-wp" | ||
"tag": "v0.1.11-wp-1" | ||
}, | ||
"source_files": "ios/**/*.{h,m}", | ||
"dependencies": { | ||
|
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
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
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
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-native-safe-area-context", | ||
"version": "3.2.0-wp", | ||
"version": "3.2.0-wp-1", | ||
"summary": "A flexible way to handle safe area, also works on Android and web.", | ||
"license": "MIT", | ||
"authors": "Janic Duplessis <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-safe-area-context.git", | ||
"tag": "v3.2.0-wp" | ||
"tag": "v3.2.0-wp-1" | ||
}, | ||
"source_files": "ios/**/*.{h,m}", | ||
"dependencies": { | ||
|
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,14 +1,14 @@ | ||
{ | ||
"name": "react-native-video", | ||
"version": "5.0.2-wp", | ||
"version": "5.0.2-wp-1", | ||
"summary": "A <Video /> element for react-native", | ||
"description": "A <Video /> element for react-native", | ||
"license": "MIT", | ||
"authors": "Brent Vatne <[email protected]> (https://github.com/brentvatne)", | ||
"homepage": "https://github.com/brentvatne/react-native-video", | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-video.git", | ||
"tag": "5.0.2-wp" | ||
"tag": "5.0.2-wp-1" | ||
}, | ||
"platforms": { | ||
"ios": "8.0", | ||
|
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-native-webview", | ||
"version": "11.6.5-wp", | ||
"version": "11.6.5-wp-1", | ||
"summary": "React Native WebView component for iOS, Android, macOS, and Windows", | ||
"license": "MIT", | ||
"authors": "Jamon Holmgren <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-webview.git", | ||
"tag": "v11.6.5-wp" | ||
"tag": "v11.6.5-wp-1" | ||
}, | ||
"source_files": "apple/**/*.{h,m}", | ||
"dependencies": { | ||
|