Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 264cb89

Browse files
Martin Konicekfacebook-github-bot-7
Martin Konicek
authored and
facebook-github-bot-7
committed
Don't publish /ReactAndroid/build to npm, update version on master
Summary: @​public See the discussion in facebook#3019 This is temporary Gradle output and can be huge (>100MB). Reviewed By: @foghina Differential Revision: D2531612 fb-gh-sync-id: 8874d39b1a9b35dc4b4ce465dd149589db75bb29
1 parent 7b7625b commit 264cb89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ReactAndroid/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Make sure we never publish ReactAndroid/build (Gradle output) to npm.
2+
# The folder is huge (> 100MB)!
3+
build/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.8.0",
3+
"version": "0.12.0",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)