Skip to content

Commit

Permalink
fixup!: add codemod package info
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Dec 16, 2024
1 parent 4fc0083 commit 6fcffc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/correct-ts-specifiers/.codemodrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
"name": "correct-ts-specifiers",
"version": "1.0.0",
"engine": "workflow",
"private": false,
"arguments": [],
"meta": {}
}
5 changes: 5 additions & 0 deletions recipes/correct-ts-specifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"url": "git+https://github.com/nodejs/userland-migrations.git",
"directory": "recipes/correct-ts-specifiers"
},
"files": [
"README.md",
".codemodrc.json",
"bundle.js"
],
"keywords": [
"codemod",
"esm",
Expand Down

0 comments on commit 6fcffc0

Please sign in to comment.