File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ testem.log
38
38
.DS_Store
39
39
Thumbs.db
40
40
41
+ # Angular & NX
41
42
.angular
43
+ .nx /cache
Original file line number Diff line number Diff line change 8
8
"type" : " github" ,
9
9
"url" : " https://github.com/angular-architects/nx-ddd-plugin"
10
10
},
11
+ "engines" : {
12
+ "node" : " >= 18" ,
13
+ "npm" : " >= 9" ,
14
+ "yarn" : " ^1.22.17"
15
+ },
11
16
"dependencies" : {
12
- "@ngrx/schematics" : " ^18.0.0"
17
+ "@ngrx/schematics" : " ^17.0.0" ,
18
+ "tslib" : " ^2.3.1"
13
19
},
14
20
"peerDependencies" : {
15
- "@nx/angular" : " ^19.0.0"
21
+ "@angular/core" : " ^17.0.0" ,
22
+ "@nx/angular" : " >=18.0.0 <19.8.0"
16
23
},
17
24
"main" : " src/index.js" ,
18
25
"schematics" : " ./collection.json" ,
Original file line number Diff line number Diff line change 6
6
"ng" : " nx" ,
7
7
"start" : " nx serve" ,
8
8
"build" : " nx build" ,
9
- "test" : " nx test"
9
+ "test" : " nx test" ,
10
+ "build-pack" : " nx b ddd && npm pack dist/libs/ddd"
10
11
},
11
12
"private" : true ,
12
13
"dependencies" : {
You can’t perform that action at this time.
0 commit comments