Skip to content

Commit

Permalink
fix missing extension for bin
Browse files Browse the repository at this point in the history
  • Loading branch information
bmacnaughton committed Oct 17, 2020
1 parent fd1b3ee commit 2196c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-walk",
"version": "2.1.0",
"version": "2.1.1",
"description": "walk a directory tree performing actions",
"main": "action-walk.js",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {},
"bin": {
"action-walk": "bin/walk"
"action-walk": "bin/walk.js"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 2196c57

Please sign in to comment.