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 0469ccc commit 2a116baCopy full SHA for 2a116ba
.changeset/poor-pigs-applaud.md
@@ -0,0 +1,5 @@
1
+---
2
+'@codeshift/types': patch
3
4
+
5
+Renames target to targets (inline with the spec)
packages/types/src/index.ts
@@ -1,5 +1,5 @@
export interface CodeshiftConfig {
- target?: string[];
+ targets?: string[];
maintainers?: string[];
description?: string;
transforms?: Record<string, string>;
0 commit comments