We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc0083 commit 6fcffc0Copy full SHA for 6fcffc0
recipes/correct-ts-specifiers/.codemodrc.json
@@ -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
@@ -16,6 +16,11 @@
16
"url": "git+https://github.com/nodejs/userland-migrations.git",
17
"directory": "recipes/correct-ts-specifiers"
18
},
19
+ "files": [
20
+ "README.md",
21
+ ".codemodrc.json",
22
+ "bundle.js"
23
+ ],
24
"keywords": [
25
"codemod",
26
"esm",
0 commit comments