Skip to content

Commit

Permalink
refactor!: rename 'bin/mocha' to 'bin/mocha.js' (#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Apr 4, 2022
1 parent b7b849b commit 592905b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -7,6 +7,7 @@ docs/api
docs/_dist
docs/example
out/
!bin/mocha.js
!lib/mocha.js
test/integration/fixtures
!.*.js
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@ docs/api
mocha.js
mocha.js.map
.karma/
!bin/mocha.js
!lib/mocha.js

# Bundle debugging
Expand Down
0 bin/mocha → bin/mocha.js 100755 → 100644
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -155,7 +155,7 @@
"webpack-cli": "^4.9.1"
},
"files": [
"bin/*mocha",
"bin/*mocha*",
"assets/growl/*.png",
"lib/**/*.{js,html,json}",
"index.js",
Expand Down

0 comments on commit 592905b

Please sign in to comment.