diff --git a/package.json b/package.json index b0ab34c..e749e81 100644 --- a/package.json +++ b/package.json @@ -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" },