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

Remove unused "main" entry from package.json.

Clients who were require()ing hackmyresume should now require()
hackmycore instead.
This commit is contained in:
hacksalot 2016-01-24 17:15:32 -05:00
parent fc937e3ec8
commit 58b6ad841e

View File

@ -42,7 +42,6 @@
"bugs": { "bugs": {
"url": "https://github.com/hacksalot/HackMyResume/issues" "url": "https://github.com/hacksalot/HackMyResume/issues"
}, },
"main": "src/hackmyapi.js",
"bin": { "bin": {
"hackmyresume": "src/index.js" "hackmyresume": "src/index.js"
}, },