Skip to content

Commit

Permalink
Update lib.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich5 authored Mar 6, 2020
1 parent 45f4a90 commit 832711d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var edge = require('edge');
var edge = require('edge-js');
var path = require('path');

module.exports = edge.func({
Expand All @@ -10,4 +10,4 @@ module.exports = edge.func({
'C:\\Windows\\assembly\\GAC_MSIL\\Office\\15.0.0.0__71e9bce111e9429c\\Office.dll',
'C:\\Windows\\assembly\\GAC_MSIL\\Microsoft.Vbe.Interop\\15.0.0.0__71e9bce111e9429c\\Microsoft.Vbe.Interop.dll'
],
});
});

0 comments on commit 832711d

Please sign in to comment.