Removed last traces of @providesModule from React Native
Reviewed By: jeanlauliac Differential Revision: D7774204 fbshipit-source-id: d80e4b4d1dc5fe7686aff7340368d0f2670e449f
This commit is contained in:
parent
34ee828b2e
commit
eeab57aa26
|
@ -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 <moduleName>` 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).
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @flow
|
||||
* @providesModule ReactNativeVersion
|
||||
*/
|
||||
|
||||
exports.version = {
|
||||
|
|
Loading…
Reference in New Issue