Skip to content

Commit ba9acf9

Browse files
fixup!: b0rked conflict resolution
1 parent 31491f9 commit ba9acf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/module.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Module.register = register;
2020
Module.SourceMap = SourceMap;
2121
Module.constants = constants;
2222
Module.enableCompileCache = enableCompileCache;
23+
Module.findPackageJSON = findPackageJSON;
2324
Module.flushCompileCache = flushCompileCache;
2425
Module.getCompileCacheDir = getCompileCacheDir;
25-
Module.stripTypeScriptTypes = stripTypeScriptTypes;Module.findPackageJSON = findPackageJSON;
26+
Module.stripTypeScriptTypes = stripTypeScriptTypes;
2627

2728
module.exports = Module;

0 commit comments

Comments
 (0)