Skip to content

Commit

Permalink
fix(pkg): fix main file (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 14, 2021
1 parent 9eeb49b commit 755a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "find-parent-dir",
"version": "0.3.0",
"description": "Finds the first parent directory that contains a given file or directory.",
"main": "find-parent-dir.js",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
Expand Down

0 comments on commit 755a3ab

Please sign in to comment.