Added shims include to the root library.

This commit is contained in:
Richard Moore 2018-06-22 02:14:46 -04:00
parent 1082105eea
commit b77937ec4c
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -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;