From efd62064624fdd4a901c39239b0ea4e0f88550dd Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sun, 13 Sep 2015 21:14:12 -0400 Subject: [PATCH] Remove CLI interface. For now, access Scrappy as a script library, not a Node CLI. We'll repackage the CLI later. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index bea502f..bd8e175 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,7 @@ "bugs": { "url": "https://github.com/gruebait/scrappy/issues" }, - "bin": { - "scrappy": "src/index.js" - }, + "main": "src/scrappy.js", "homepage": "https://github.com/gruebait/scrappy", "dependencies": { "fs-extra": "^0.24.0",