From 0dc107d6831995d1e605a8f9d709f4fa3b4350b5 Mon Sep 17 00:00:00 2001 From: about-code Date: Wed, 25 Sep 2019 14:05:33 +0200 Subject: [PATCH] fix: package.json declares wrong 'main' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c549ede8..3ab1b1cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "glossarify-md", "version": "1.1.1", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", - "main": "bin/index.js", + "main": "lib/glossarify.js", "repository": { "type": "git", "url": "https://github.com/about-code/glossarify-md.git"