Skip to content

Commit 592905b

Browse files
authored
refactor!: rename 'bin/mocha' to 'bin/mocha.js' (#4863)
1 parent b7b849b commit 592905b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ docs/api
77
docs/_dist
88
docs/example
99
out/
10+
!bin/mocha.js
1011
!lib/mocha.js
1112
test/integration/fixtures
1213
!.*.js

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ docs/api
66
mocha.js
77
mocha.js.map
88
.karma/
9+
!bin/mocha.js
910
!lib/mocha.js
1011

1112
# Bundle debugging

bin/mocha renamed to bin/mocha.js

File renamed without changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
3737
"notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
3838
"bin": {
39-
"mocha": "./bin/mocha",
39+
"mocha": "./bin/mocha.js",
4040
"_mocha": "./bin/_mocha"
4141
},
4242
"directories": {
@@ -155,7 +155,7 @@
155155
"webpack-cli": "^4.9.1"
156156
},
157157
"files": [
158-
"bin/*mocha",
158+
"bin/*mocha*",
159159
"assets/growl/*.png",
160160
"lib/**/*.{js,html,json}",
161161
"index.js",

0 commit comments

Comments
 (0)