Skip to content

Commit 6fcffc0

Browse files
fixup!: add codemod package info
1 parent 4fc0083 commit 6fcffc0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3+
"name": "correct-ts-specifiers",
4+
"version": "1.0.0",
5+
"engine": "workflow",
6+
"private": false,
7+
"arguments": [],
8+
"meta": {}
9+
}

recipes/correct-ts-specifiers/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"url": "git+https://github.com/nodejs/userland-migrations.git",
1717
"directory": "recipes/correct-ts-specifiers"
1818
},
19+
"files": [
20+
"README.md",
21+
".codemodrc.json",
22+
"bundle.js"
23+
],
1924
"keywords": [
2025
"codemod",
2126
"esm",

0 commit comments

Comments
 (0)