Skip to content

Commit ba3bd42

Browse files
committed
chore: rename implementation to factory
1 parent 6b499fc commit ba3bd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/plugin/migrations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"migrate-to-ngxtension": {
44
"version": "2.0.0-beta.30",
55
"description": "Migrate some APIs to ngxtension",
6-
"implementation": "./src/migrations/migrate-to-ngxtension/migrate-to-ngxtension"
6+
"factory": "./src/migrations/migrate-to-ngxtension/migrate-to-ngxtension"
77
}
88
},
99
"schematics": {
1010
"migrate-to-ngxtension": {
1111
"version": "2.0.0-beta.30",
1212
"description": "Migrate some APIs to ngxtension",
13-
"implementation": "./src/migrations/migrate-to-ngxtension/compat"
13+
"factory": "./src/migrations/migrate-to-ngxtension/compat"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)