Skip to content

Commit

Permalink
fix: add main to package.json (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 6, 2022
1 parent 277db5d commit 761e127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -64,5 +64,6 @@
"postpublish": "yarn run clean",
"preversion": "yarn run clean",
"version": "oclif readme && git add README.md"
}
},
"main": "lib/index.js"
}

0 comments on commit 761e127

Please sign in to comment.