From 58b6ad841e68d631138bd4f50499f9fb7765f0fd Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sun, 24 Jan 2016 17:15:32 -0500 Subject: [PATCH] Remove unused "main" entry from package.json. Clients who were require()ing hackmyresume should now require() hackmycore instead. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1a9ba3f..0d8eb51 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "bugs": { "url": "https://github.com/hacksalot/HackMyResume/issues" }, - "main": "src/hackmyapi.js", "bin": { "hackmyresume": "src/index.js" },