1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 01:56:21 +00:00

Remove CLI interface.

For now, access Scrappy as a script library, not a Node CLI. We'll
repackage the CLI later.
This commit is contained in:
devlinjd 2015-09-13 21:14:12 -04:00
parent ce740922e9
commit efd6206462

View File

@ -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",