Skip to content

Commit 761e127

Browse files
authoredJan 6, 2022
fix: add main to package.json (#249)
1 parent 277db5d commit 761e127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@
6464
"postpublish": "yarn run clean",
6565
"preversion": "yarn run clean",
6666
"version": "oclif readme && git add README.md"
67-
}
67+
},
68+
"main": "lib/index.js"
6869
}

0 commit comments

Comments
 (0)
Please sign in to comment.