Skip to content

Commit 7e519f5

Browse files
chore(create-require-from-path): initial release
1 parent a0fc7b4 commit 7e519f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes/create-require-from-path/codemod.yml

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: nodejs/create-require-from-path
3-
version: 0.0.1
2+
name: "@nodejs/create-require-from-path"
3+
version: 1.0.0
44
description: Handle DEP0130 via transforming `createRequireFromPath` to `createRequire`.
55
author: Augustin Mauroy
66
license: MIT

recipes/create-require-from-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodejs/create-require-from-path",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Handle DEP0130 via transforming `createRequireFromPath` to `createRequire`.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)