Don't publish /ReactAndroid/build to npm, update version on master

Summary: @​public

See the discussion in https://github.com/facebook/react-native/pull/3019

This is temporary Gradle output and can be huge (>100MB).

Reviewed By: @foghina

Differential Revision: D2531612

fb-gh-sync-id: 8874d39b1a9b35dc4b4ce465dd149589db75bb29
This commit is contained in:
Martin Konicek 2015-10-12 11:09:31 -07:00 committed by facebook-github-bot-7
parent 7b7625b1fe
commit 264cb8962a
2 changed files with 4 additions and 1 deletions

3
ReactAndroid/.npmignore Normal file
View File

@ -0,0 +1,3 @@
# Make sure we never publish ReactAndroid/build (Gradle output) to npm.
# The folder is huge (> 100MB)!
build/

View File

@ -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": {