Skip to content

Commit dc29a3c

Browse files
author
bcoe
committed
fix(build): main should be build/index.cjs
1 parent cf6295a commit dc29a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cliui",
33
"version": "7.0.0",
44
"description": "easily create complex multi-column command-line-interfaces",
5-
"main": "index.js",
5+
"main": "build/index.cjs",
66
"exports": {
77
"import": "./index.mjs",
88
"require": "./build/index.cjs"

0 commit comments

Comments
 (0)