Skip to content

Commit

Permalink
fix(build): main should be build/index.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 16, 2020
1 parent cf6295a commit dc29a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cliui",
"version": "7.0.0",
"description": "easily create complex multi-column command-line-interfaces",
"main": "index.js",
"main": "build/index.cjs",
"exports": {
"import": "./index.mjs",
"require": "./build/index.cjs"
Expand Down

0 comments on commit dc29a3c

Please sign in to comment.