This commit is contained in:
AJ ONeal 2020-12-09 15:59:16 -07:00
parent ee74fc4465
commit 22e686a414
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "@root/walk", "name": "@root/walk",
"version": "1.0.0", "version": "1.1.0",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@root/walk", "name": "@root/walk",
"version": "1.0.0", "version": "1.1.0",
"description": "fs.walk for node (as a port of Go's filepath.Walk)", "description": "fs.walk for node (as a port of Go's filepath.Walk)",
"homepage": "https://git.rootprojects.org/root/walk.js", "homepage": "https://git.rootprojects.org/root/walk.js",
"main": "index.js", "main": "index.js",