mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-16 23:21:07 +01:00
Point package.json "main" at "dist" folder.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user