Skip to content

Commit fd1b3ee

Browse files
committed
add missing pieces
- repo, bugs, engines
1 parent a5fad2e commit fd1b3ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.1.0",
44
"description": "walk a directory tree performing actions",
55
"main": "action-walk.js",
6+
"engines": {
7+
"node": ">=12.12.0"
8+
},
69
"directories": {
710
"test": "test"
811
},
@@ -23,6 +26,13 @@
2326
],
2427
"author": "Bruce A. MacNaughton",
2528
"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+
},
2636
"dependencies": {},
2737
"bin": {
2838
"action-walk": "bin/walk"

0 commit comments

Comments
 (0)