Skip to content

Commit

Permalink
fix: remove @providesModule annotation
Browse files Browse the repository at this point in the history
this is a proprietary facebookism that causing annoying, impossible-to-fix errors in Flow if more than one version of `warning` winds up on our `node_modules`.
  • Loading branch information
jedwards1211 committed Aug 7, 2018
1 parent 2dfa8b0 commit 1d808f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions warning.js
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule warning
*/

'use strict';
Expand Down

0 comments on commit 1d808f1

Please sign in to comment.