Skip to content

Commit

Permalink
fix: add main to package.json (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Jan 6, 2022
1 parent 483fd75 commit 9daade3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"postpack": "rm -f oclif.manifest.json",
"version": "oclif readme && git add README.md",
"build": "rm -rf lib && tsc"
}
},
"main": "lib/index.js"
}

0 comments on commit 9daade3

Please sign in to comment.