Added shims include to the root library.
This commit is contained in:
parent
1082105eea
commit
b77937ec4c
2
index.js
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user