Skip to content

Commit 943bf41

Browse files
authored
fix(codemod.yaml): correct package name format for v5 migration recipe (#110)
1 parent 8e96b6f commit 943bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemods/v5-migration-recipe/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema_version: "1.0"
2-
name: "@expressjs/v5/migration-recipe"
2+
name: "@expressjs/v5-migration-recipe"
33
version: "1.0.0"
44
description: This codemod migration recipe helps you update your Express.js v4 applications to be compatible with Express.js v5 by addressing deprecated APIs.
55
author: bjohansebas (Sebastian Beltran)

0 commit comments

Comments
 (0)