From 48a8723fdba51d32b1675ac02550da7ae98d8799 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 30 Jan 2015 19:39:58 +1100 Subject: [PATCH] add compat-table to make bootstrap --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9da4b87977..b597fd4faa 100644 --- a/Makefile +++ b/Makefile @@ -110,3 +110,4 @@ bootstrap: npm install git submodule update --init cd vendor/regenerator; npm install + cd vendor/compat-table; npm install object-assign