From 264cb8962a7ac86e5e8d82f81f4ace045be81689 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 12 Oct 2015 11:09:31 -0700 Subject: [PATCH] Don't publish /ReactAndroid/build to npm, update version on master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ReactAndroid/.npmignore | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ReactAndroid/.npmignore diff --git a/ReactAndroid/.npmignore b/ReactAndroid/.npmignore new file mode 100644 index 000000000..dfbe8ec09 --- /dev/null +++ b/ReactAndroid/.npmignore @@ -0,0 +1,3 @@ +# Make sure we never publish ReactAndroid/build (Gradle output) to npm. +# The folder is huge (> 100MB)! +build/ diff --git a/package.json b/package.json index 2f3870188..2589a90e0 100644 --- a/package.json +++ b/package.json @@ -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": {