From 71cd811bdec7db671e36eeae3c06189fe26c40e6 Mon Sep 17 00:00:00 2001 From: Patrick Flor Date: Thu, 21 Dec 2017 06:49:09 -0800 Subject: [PATCH] Fix main file spelling in package.json: s/kinkaid/kincaid/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c3fe0d..54f1e49 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "flesch-kincaid", "version": "1.0.0", "description": "Flesch-Kincaid readability score and grade level calculation", - "main": "flesch-kinkaid.js", + "main": "flesch-kincaid.js", "repository": { "type": "git", "url": "https://github.com/daveross/flesch-kincaid"