diff --git a/ts/smartgit.classes.smartgit.ts b/ts/smartgit.classes.smartgit.ts index 7886d93..ae085d9 100644 --- a/ts/smartgit.classes.smartgit.ts +++ b/ts/smartgit.classes.smartgit.ts @@ -17,7 +17,7 @@ export class Smartgit { if (this.smartenvInstance.isNode) { this.envDeps.fs = await this.smartenvInstance.getSafeNodeModule('fs'); this.envDeps.http = await this.smartenvInstance.getSafeNodeModule( - 'isomorphic-git/http/node/index.js' + 'isomorphic-git/http/node' ); } else { throw new Error('currently only node.js is supported.');