From b77937ec4cf093ff58eb9371e0c3a2498c26bcb8 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 22 Jun 2018 02:14:46 -0400 Subject: [PATCH] Added shims include to the root library. --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 1214d7c4e..c5c6ca280 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,8 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", { value: true }); +// This is empty in node, and used by browserify to inject extra goodies +require("./utils/shims"); var contracts_1 = require("./contracts"); exports.Contract = contracts_1.Contract; exports.Interface = contracts_1.Interface;