Skip to content

Commit

Permalink
Don't publish /ReactAndroid/build to npm, update version on master
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Martin Konicek authored and facebook-github-bot-7 committed Oct 12, 2015
1 parent 7b7625b commit 264cb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ReactAndroid/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Make sure we never publish ReactAndroid/build (Gradle output) to npm.
# The folder is huge (> 100MB)!
build/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.8.0",
"version": "0.12.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 264cb89

Please sign in to comment.