mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Remove 16 underscore requires
This commit is contained in:
parent
9365454cf3
commit
27ef578b2e
16 changed files with 0 additions and 18 deletions
|
@ -1,5 +1,3 @@
|
|||
var _ = require('underscore');
|
||||
|
||||
function invariant(truthy, reason) {
|
||||
if (!truthy) {
|
||||
throw new Error(reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue