mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Point package.json "main" at "dist" folder.
This commit is contained in:
parent
5bf4bda6de
commit
3c551eb923
@ -45,7 +45,7 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"hackmyresume": "dist/cli/index.js"
|
"hackmyresume": "dist/cli/index.js"
|
||||||
},
|
},
|
||||||
"main": "src/index.js",
|
"main": "dist/index.js",
|
||||||
"homepage": "https://github.com/hacksalot/HackMyResume",
|
"homepage": "https://github.com/hacksalot/HackMyResume",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^1.1.1",
|
"chalk": "^1.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user