Skip to content

Commit

Permalink
Specify file path
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Oct 20, 2021
1 parent c9a7c15 commit f4ba88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,2 +1,2 @@
'use strict';
module.exports = require('./lib').path();
module.exports = require('./lib/index.js').path();
2 changes: 1 addition & 1 deletion 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 {
Expand Down

0 comments on commit f4ba88c

Please sign in to comment.