We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fad2e commit fd1b3eeCopy full SHA for fd1b3ee
package.json
@@ -3,6 +3,9 @@
3
"version": "2.1.0",
4
"description": "walk a directory tree performing actions",
5
"main": "action-walk.js",
6
+ "engines": {
7
+ "node": ">=12.12.0"
8
+ },
9
"directories": {
10
"test": "test"
11
},
@@ -23,6 +26,13 @@
23
26
],
24
27
"author": "Bruce A. MacNaughton",
25
28
"license": "ISC",
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://github.com/bmacnaughton/action-walk.git"
32
33
+ "bugs": {
34
+ "url": "https://github.com/bmacnaughton/action-walk/issues"
35
36
"dependencies": {},
37
"bin": {
38
"action-walk": "bin/walk"
0 commit comments