From ab4cc62dc1332b7e97e08f341ae2054287ee0a42 Mon Sep 17 00:00:00 2001 From: Jaap Mengers Date: Sun, 29 May 2016 19:43:24 +0200 Subject: [PATCH] Adds an entry point to the package.json This enables the use of the require keyword to import the module. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b9d18a5..e209dcb 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "syllables", "nlp" ], + "main": "hyphenate.js", "homepage": "https://github.com/cuzzo/Hyphenator", "licenses": [ {