Skip to content

Commit 2196c57

Browse files
committed
fix missing extension for bin
1 parent fd1b3ee commit 2196c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-walk",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "walk a directory tree performing actions",
55
"main": "action-walk.js",
66
"engines": {
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {},
3737
"bin": {
38-
"action-walk": "bin/walk"
38+
"action-walk": "bin/walk.js"
3939
},
4040
"devDependencies": {
4141
"chai": "^4.2.0",

0 commit comments

Comments
 (0)