Skip to content

Commit

Permalink
add missing pieces
Browse files Browse the repository at this point in the history
- repo, bugs, engines
  • Loading branch information
bmacnaughton committed Oct 17, 2020
1 parent a5fad2e commit fd1b3ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.1.0",
"description": "walk a directory tree performing actions",
"main": "action-walk.js",
"engines": {
"node": ">=12.12.0"
},
"directories": {
"test": "test"
},
Expand All @@ -23,6 +26,13 @@
],
"author": "Bruce A. MacNaughton",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bmacnaughton/action-walk.git"
},
"bugs": {
"url": "https://github.com/bmacnaughton/action-walk/issues"
},
"dependencies": {},
"bin": {
"action-walk": "bin/walk"
Expand Down

0 comments on commit fd1b3ee

Please sign in to comment.