From 755a3ab76703517762093dc8a5af83a0a93c9645 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 14 May 2021 18:46:04 +0200 Subject: [PATCH] fix(pkg): fix main file (#5) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },