fix: add index.mjs to the published files of cli (#20884)

This commit is contained in:
Barthélémy Ledoux
2022-04-01 10:19:19 -05:00
committed by GitHub
parent 2c8e97df24
commit 7bdf4d437e

View File

@@ -101,6 +101,7 @@
"bin",
"lib",
"index.js",
"index.mjs",
"types/**/*.d.ts",
"types/net-stubbing.ts"
],