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 b25f4dd commit a0fc7b4Copy full SHA for a0fc7b4
recipes/import-assertions-to-attributes/codemod.yaml
@@ -1,6 +1,6 @@
1
schema_version: "1.0"
2
name: "@nodejs/import-assertions-to-attributes"
3
-version: 0.0.1
+version: 1.0.0
4
description: Replace `assert` import attribute to the `with` ECMAScript import attribute.
5
author: Augustin Mauroy
6
license: MIT
recipes/import-assertions-to-attributes/package.json
{
"name": "@nodejs/import-assertions-to-attributes",
- "version": "0.0.1",
+ "version": "1.0.0",
"description": "Replace `assert` import attribute to the `with` ECMAScript import attribute.",
"type": "module",
"scripts": {
0 commit comments