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:
parent
5bf4bda6de
commit
3c551eb923
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user