Skip to content

Commit

Permalink
refactor: Add '.js' extension to binary
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Binary file was renamed from bin/webmake to bin/webmake.js
(but it doesn't affect `webmake` command)
  • Loading branch information
medikoo committed Nov 29, 2019
1 parent 0485fe7 commit 0dcdfe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"web"
],
"bin": {
"webmake": "./bin/webmake"
"webmake": "./bin/webmake.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0dcdfe5

Please sign in to comment.