From 921a887508160bc3e58cb633301da9774062d586 Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Sun, 26 Apr 2020 15:54:17 -0500 Subject: [PATCH] fix: incorrectly referenced bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0019f14..c0e2202 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "podcast-dl", "version": "1.0.1", "description": "A CLI for downloading podcasts.", - "main": "./bin/bin.js", + "bin": "./bin/bin.js", "scripts": { "lint": "eslint ./bin", "release": "standard-version"