Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rename 'bin/mocha' to 'bin/mocha.js' #4863

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor!: rename 'bin/mocha' to 'bin/mocha.js'
juergba committed Mar 31, 2022
commit 11b26b6e01035e8f548390ee36865428dd531078
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ docs/api
docs/_dist
docs/example
out/
!bin/mocha.js
!lib/mocha.js
test/integration/fixtures
!.*.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ docs/api
mocha.js
mocha.js.map
.karma/
!bin/mocha.js
!lib/mocha.js

# Bundle debugging
0 bin/mocha → bin/mocha.js
100755 → 100644
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
"notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
"bin": {
"mocha": "./bin/mocha",
"mocha": "./bin/mocha.js",
"_mocha": "./bin/_mocha"
},
"directories": {
@@ -155,7 +155,7 @@
"webpack-cli": "^4.9.1"
},
"files": [
"bin/*mocha",
"bin/*mocha*",
"assets/growl/*.png",
"lib/**/*.{js,html,json}",
"index.js",