Closed jlarmstrongiv closed 2 years ago
The package.json.main property is set as "main": "lib/index.js",, a file that does not exist. I expected main to be set as "main": "lib/cli.js",.
"main": "lib/index.js",
"main": "lib/cli.js",
The package.json.main property is set as
"main": "lib/index.js",
, a file that does not exist. I expected main to be set as"main": "lib/cli.js",
.