We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2b28 commit 42f505dCopy full SHA for 42f505d
recipes/import-assertions-to-attributes/README.md
@@ -15,7 +15,7 @@ import data from './data.json' with { type: 'json' };
15
Run this codemod with:
16
17
```sh
18
-npx codemod@latest @nodejs/import-assertions-to-attributes
+npx codemod@next nodejs/import-assertions-to-attributes
19
```
20
21
## When is it useful?
recipes/import-assertions-to-attributes/codemod.yaml
@@ -1,6 +1,6 @@
1
schema_version: "1.0"
2
-name: "am_import-assertions-to-attributes"
3
-version: "0.0.2"
+name: "nodejs/import-assertions-to-attributes"
+version: "0.0.1"
4
description: "Replace `assert` import attribute to the `with` ECMAScript import attribute."
5
author: "Augustin Mauroy"
6
license: "MIT"
0 commit comments