Skip to content

Commit 42f505d

Browse files
chore: doc
1 parent bac2b28 commit 42f505d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes/import-assertions-to-attributes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import data from './data.json' with { type: 'json' };
1515
Run this codemod with:
1616

1717
```sh
18-
npx codemod@latest @nodejs/import-assertions-to-attributes
18+
npx codemod@next nodejs/import-assertions-to-attributes
1919
```
2020

2121
## When is it useful?

recipes/import-assertions-to-attributes/codemod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: "1.0"
2-
name: "am_import-assertions-to-attributes"
3-
version: "0.0.2"
2+
name: "nodejs/import-assertions-to-attributes"
3+
version: "0.0.1"
44
description: "Replace `assert` import attribute to the `with` ECMAScript import attribute."
55
author: "Augustin Mauroy"
66
license: "MIT"

0 commit comments

Comments
 (0)