Skip to content
Merged
201 changes: 176 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipes/fs-access-mode-constants/codemod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: "1.0"
name: "@nodejs/fs-access-mode-constants"
version: "1.0.2"
version: "1.0.3"
description: Handle DEP0176 via transforming imports of `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` from the root `fs` module to `fs.constants`.
author: nekojanai (Jana)
license: MIT
Expand Down
3 changes: 2 additions & 1 deletion recipes/fs-access-mode-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodejs/fs-access-mode-constants",
"version": "1.0.1",
"version": "1.0.3",
"description": "Handle DEP0176 via transforming imports of `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` from the root `fs` module to `fs.constants`.",
"type": "module",
"scripts": {
Expand All @@ -19,6 +19,7 @@
"@nodejs/codemod-utils": "*"
},
"devDependencies": {
"@ast-grep/napi": "^0.41.0",
"@codemod.com/jssg-types": "^1.6.2"
}
}
Loading
Loading