We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1b3ee commit 2196c57Copy full SHA for 2196c57
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "action-walk",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "walk a directory tree performing actions",
5
"main": "action-walk.js",
6
"engines": {
@@ -35,7 +35,7 @@
35
},
36
"dependencies": {},
37
"bin": {
38
- "action-walk": "bin/walk"
+ "action-walk": "bin/walk.js"
39
40
"devDependencies": {
41
"chai": "^4.2.0",
0 commit comments