Skip to content

Commit b52adfd

Browse files
Apply suggestions from code review
Co-authored-by: Bruno Rodrigues <[email protected]>
1 parent 5f7369a commit b52adfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/util-is/codemod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: "1.0"
22
name: "@nodejs/util-is"
33
version: 1.0.0
4-
description: ""
4+
description: "Replaces deprecated `util.is**()` methods with their modern equivalents."
55
author: Augustin Mauroy
66
license: MIT
77
workflow: workflow.yaml

recipes/util-is/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nodes:
77
runtime:
88
type: direct
99
steps:
10-
- name: ""
10+
- name: "Replaces deprecated `util.is**()` methods with their modern equivalents."
1111
js-ast-grep:
1212
js_file: src/workflow.ts
1313
base_path: .

0 commit comments

Comments
 (0)