@putout/operator-filesystem 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,7 +112,7 @@ Since `basename` is used.
112
112
  >
113
113
  > (c) [nodejs.org](https://nodejs.org/api/path.html#pathbasenamepath-suffix)
114
114
 
115
- To move file use [`moveFile(file: FilePath, directory: FilePath)`](#movefilefilepath-filepath-dirpath-filepath);
115
+ To move file use [`moveFile()`](#movefilefilepath-filepath-dirpath-filepath).
116
116
 
117
117
  ## Example
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/operator-filesystem",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout operator adds ability to filesystem referenced variables that was not defined",