Skip to content

Commit 26b54e2

Browse files
authored
chore: maintenance (#174)
1 parent 2737977 commit 26b54e2

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "cliui",
33
"version": "9.0.1",
44
"description": "easily create complex multi-column command-line-interfaces",
5-
"main": "build/index.mjs",
5+
"main": "index.mjs",
66
"exports": {
77
".": "./index.mjs"
88
},
99
"type": "module",
1010
"module": "./index.mjs",
1111
"scripts": {
12-
"check": "standardx '**/*.ts' && standardx '**/*.js'",
12+
"check": "standardx '**/*.ts'",
1313
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js'",
1414
"pretest": "rimraf build && tsc -p tsconfig.test.json",
1515
"test": "c8 mocha ./test/*.mjs",

rollup.config.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)