Skip to content

Commit

Permalink
Link to mirrors of invariant and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Nov 5, 2015
1 parent 44f4db3 commit 73f1312
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if (!condition) {
}
```

Recommended for use with https://github.com/zertosh/invariant.

## `warning`

Replaces
Expand All @@ -53,3 +55,5 @@ if ("production" !== process.env.NODE_ENV) {
warning(condition, argument, argument);
}
```

Recommended for use with https://github.com/r3dm/warning.

0 comments on commit 73f1312

Please sign in to comment.