Skip to content

Commit

Permalink
build(release): publish
Browse files Browse the repository at this point in the history
 - @nodelib/fs.macchiato@1.0.3
 - @nodelib/fs.scandir@2.1.4
 - @nodelib/fs.stat@2.0.4
 - @nodelib/fs.walk@1.2.5
  • Loading branch information
mrmlnc committed Dec 27, 2020
1 parent 9ea8b7c commit cb5f7e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fs/fs.macchiato/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.macchiato",
"version": "1.0.2",
"version": "1.0.3",
"description": "A set of classes for easy testing of built-in structures of FS",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.macchiato",
Expand Down
4 changes: 2 additions & 2 deletions packages/fs/fs.scandir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.scandir",
"version": "2.1.3",
"version": "2.1.4",
"description": "List files and directories inside the specified directory",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
Expand Down Expand Up @@ -28,7 +28,7 @@
"watch": "npm run clean && npm run compile:watch"
},
"dependencies": {
"@nodelib/fs.stat": "2.0.3",
"@nodelib/fs.stat": "2.0.4",
"run-parallel": "^1.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/fs/fs.stat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.stat",
"version": "2.0.3",
"version": "2.0.4",
"description": "Get the status of a file with some features",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
Expand Down
4 changes: 2 additions & 2 deletions packages/fs/fs.walk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.walk",
"version": "1.2.4",
"version": "1.2.5",
"description": "A library for efficiently walking a directory recursively",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
Expand Down Expand Up @@ -28,7 +28,7 @@
"watch": "npm run clean && npm run compile:watch"
},
"dependencies": {
"@nodelib/fs.scandir": "2.1.3",
"@nodelib/fs.scandir": "2.1.4",
"fastq": "^1.6.0"
}
}

0 comments on commit cb5f7e8

Please sign in to comment.