Skip to content

Commit fabaf92

Browse files
fix: typo
Co-Authored-By: Aviv Keller <[email protected]>
1 parent b30670e commit fabaf92

File tree

16 files changed

+8
-8
lines changed

16 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

recipes/fs-truncate-fd-depreciation/codemod.yml renamed to recipes/fs-truncate-fd-deprecation/codemod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema_version: "1.0"
2-
name: nodejs/fs-truncate-fd-depreciation
2+
name: nodejs/fs-truncate-fd-deprecation
33
version: 0.0.1
44
description: Handle DEP0081 via transforming `truncate` to `ftruncateSync` when using a file descriptor.
55
author: Augustin Mauroy

recipes/fs-truncate-fd-depreciation/package.json renamed to recipes/fs-truncate-fd-deprecation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nodejs/fs-truncate-fd-depreciation",
2+
"name": "@nodejs/fs-truncate-fd-deprecation",
33
"version": "0.0.1",
44
"description": "Handle DEP0081 via transforming `truncate` to `ftruncateSync` when using a file descriptor.",
55
"type": "module",
@@ -9,12 +9,12 @@
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/nodejs/userland-migrations.git",
12-
"directory": "recipes/fs-truncate-fd-depreciation",
12+
"directory": "recipes/fs-truncate-fd-deprecation",
1313
"bugs": "https://github.com/nodejs/userland-migrations/issues"
1414
},
1515
"author": "Augustin Mauroy",
1616
"license": "MIT",
17-
"homepage": "https://github.com/nodejs/userland-migrations/blob/main/recipes/fs-truncate-fd-depreciation/README.md",
17+
"homepage": "https://github.com/nodejs/userland-migrations/blob/main/recipes/fs-truncate-fd-deprecation/README.md",
1818
"devDependencies": {
1919
"@codemod.com/jssg-types": "^1.0.3"
2020
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)