Skip to content

Commit 1817d47

Browse files
committed
fix: relax required nx version
1 parent 4b63110 commit 1817d47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libs/ddd/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ddd",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"author": "Manfred Steyer",
66
"description": "Nx plugin for structuring a monorepo with domains and layers",
@@ -11,6 +11,9 @@
1111
"dependencies": {
1212
"@ngrx/schematics":"^13.0.0"
1313
},
14+
"peerDependencies": {
15+
"@nrwl/angular": ">=14.0.0"
16+
},
1417
"main": "src/index.js",
1518
"schematics": "./collection.json",
1619
"generators": "./collection.json"

0 commit comments

Comments
 (0)