We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2737977 commit 26b54e2Copy full SHA for 26b54e2
.coveralls.yml
package.json
@@ -2,14 +2,14 @@
2
"name": "cliui",
3
"version": "9.0.1",
4
"description": "easily create complex multi-column command-line-interfaces",
5
- "main": "build/index.mjs",
+ "main": "index.mjs",
6
"exports": {
7
".": "./index.mjs"
8
},
9
"type": "module",
10
"module": "./index.mjs",
11
"scripts": {
12
- "check": "standardx '**/*.ts' && standardx '**/*.js'",
+ "check": "standardx '**/*.ts'",
13
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js'",
14
"pretest": "rimraf build && tsc -p tsconfig.test.json",
15
"test": "c8 mocha ./test/*.mjs",
rollup.config.js
0 commit comments