From eeab57aa26385656cc69f057c9db5c7f4da293ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Thu, 26 Apr 2018 07:48:16 -0700 Subject: [PATCH] Removed last traces of @providesModule from React Native Reviewed By: jeanlauliac Differential Revision: D7774204 fbshipit-source-id: d80e4b4d1dc5fe7686aff7340368d0f2670e449f --- CONTRIBUTING.md | 2 -- scripts/versiontemplates/ReactNativeVersion.js.template | 1 - 2 files changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc151d026..25ba2d5c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,8 +147,6 @@ Copy and paste this to the top of your new file(s): */ ``` -If you've added a new module, add a `@providesModule ` at the end of the comment. This will allow the haste package manager to find it. - #### Contributor License Agreement (CLA) In order to accept your pull request, we need you to submit a CLA. You only need to do this once, so if you've done this for another Facebook open source project, you're good to go. If you are submitting a pull request for the first time, the Facebook GitHub Bot will reply with a link to the CLA form. You may also [complete your CLA here](https://code.facebook.com/cla). diff --git a/scripts/versiontemplates/ReactNativeVersion.js.template b/scripts/versiontemplates/ReactNativeVersion.js.template index 1f1ccdd74..80f4b280a 100644 --- a/scripts/versiontemplates/ReactNativeVersion.js.template +++ b/scripts/versiontemplates/ReactNativeVersion.js.template @@ -7,7 +7,6 @@ * LICENSE file in the root directory of this source tree. * * @flow - * @providesModule ReactNativeVersion */ exports.version = {