From f4ba88c102f47e0c7457877ecfefda409099c3ca Mon Sep 17 00:00:00 2001 From: 1000ch Date: Wed, 20 Oct 2021 14:52:05 +0900 Subject: [PATCH] Specify file path --- index.js | 2 +- lib/install.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index fb0971d..b01b56b 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ 'use strict'; -module.exports = require('./lib').path(); +module.exports = require('./lib/index.js').path(); diff --git a/lib/install.js b/lib/install.js index c8908f3..11128a4 100644 --- a/lib/install.js +++ b/lib/install.js @@ -1,7 +1,7 @@ 'use strict'; const path = require('path'); const binBuild = require('bin-build'); -const bin = require('.'); +const bin = require('./index.js'); (async () => { try {