Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 1836827

Browse files
committed
refactor: use lowercase file names with dashes
1 parent 817707e commit 1836827

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/module.js",
77
"scripts": {
88
"cover": "nyc npm test",
9-
"test": "mocha tests/*_test.js",
9+
"test": "mocha tests/*-test.js",
1010
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1111
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",
1212
"pretest": "rollup -c",
@@ -53,19 +53,10 @@
5353
"engines": {
5454
"node": ">=8.4.0"
5555
},
56-
"keywords": [
57-
"stream",
58-
"line",
59-
"parser",
60-
"kronos-interceptor"
61-
],
56+
"keywords": ["stream", "line", "parser", "kronos-interceptor"],
6257
"nyc": {
63-
"include": [
64-
"dist/**/*.js"
65-
],
66-
"reporter": [
67-
"lcov"
68-
],
58+
"include": ["dist/**/*.js"],
59+
"reporter": ["lcov"],
6960
"report-dir": "./coverage"
7061
},
7162
"template": {

0 commit comments

Comments
 (0)