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 коммит произвёл facebook-github-bot-7
Родитель 7b7625b1fe
Коммит 264cb8962a
2 изменённых файлов: 4 добавлений и 1 удалений

3
ReactAndroid/.npmignore Normal file
Просмотреть файл

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

Просмотреть файл

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