Skip to content

Commit 6ee16a7

Browse files
committed
fix: make sure to install ngxtension
1 parent c804c48 commit 6ee16a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: libs/plugin/migrations.json

+11
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,16 @@
1212
"description": "Migrate some APIs to ngxtension",
1313
"factory": "./src/migrations/migrate-to-ngxtension/compat"
1414
}
15+
},
16+
"packageJsonUpdates": {
17+
"2.0.0-beta.30": {
18+
"version": "2.0.0-beta.30",
19+
"packages": {
20+
"ngxtension": {
21+
"version": "^0.3.0",
22+
"alwaysAddToPackageJson": true
23+
}
24+
}
25+
}
1526
}
1627
}

0 commit comments

Comments
 (0)