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

Point package.json "main" at "dist" folder.

This commit is contained in:
hacksalot 2016-02-04 14:38:11 -05:00
parent 5bf4bda6de
commit 3c551eb923

View File

@ -45,7 +45,7 @@
"bin": {
"hackmyresume": "dist/cli/index.js"
},
"main": "src/index.js",
"main": "dist/index.js",
"homepage": "https://github.com/hacksalot/HackMyResume",
"dependencies": {
"chalk": "^1.1.1",