Skip to content

Commit 8ae65aa

Browse files
fix(rmdir): workflow.yaml parsing
1 parent e60feee commit 8ae65aa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipes/rmdir/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: "1.0"
22
name: "@nodejs/rmdir"
3-
version: 0.0.1
3+
version: 1.0.0
44
description: Handle DEP0147 via transforming `fs.rmdir` to `fs.rm`
55
author: Augustin Mauroy
66
license: MIT

recipes/rmdir/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nodejs/rmdir",
3-
"version": "0.0.1",
4-
"description": "Handle DEP0147 via transforming `fs.rmdir` to `fs.rm`` with the appropriate options.",
3+
"version": "1.0.0",
4+
"description": "Handle DEP0147 via transforming `fs.rmdir` to `fs.rm` with the appropriate options.",
55
"type": "module",
66
"scripts": {
77
"test": "npx codemod@next jssg test -l typescript ./src/workflow.ts ./"

recipes/rmdir/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nodes:
1919
- "**/*.cts"
2020
- "**/*.mts"
2121
- "**/*.ts"
22-
- "**/*.tsx
22+
- "**/*.tsx"
2323
exclude:
2424
- "**/node_modules/**"
2525
language: typescript

0 commit comments

Comments
 (0)