diff --git a/lib.js b/lib.js index 9f573fd..9f5523a 100644 --- a/lib.js +++ b/lib.js @@ -1,4 +1,4 @@ -var edge = require('edge'); +var edge = require('edge-js'); var path = require('path'); module.exports = edge.func({ @@ -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' ], -}); \ No newline at end of file +});