Skip to content

Commit a0fc7b4

Browse files
chore: set as inital relase
1 parent b25f4dd commit a0fc7b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/import-assertions-to-attributes/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/import-assertions-to-attributes"
3-
version: 0.0.1
3+
version: 1.0.0
44
description: Replace `assert` import attribute to the `with` ECMAScript import attribute.
55
author: Augustin Mauroy
66
license: MIT

recipes/import-assertions-to-attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodejs/import-assertions-to-attributes",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Replace `assert` import attribute to the `with` ECMAScript import attribute.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)