File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
"schematics" : {
6
6
"ng-add" : {
7
7
"factory" : " ./libs/ddd/src/schematics/ng-add/index" ,
8
- "description" : " adds initial access restrictions to linting rules"
8
+ "description" : " adds initial access restrictions to linting rules" ,
9
+ "aliases" : [" init" ],
10
+ "schema" : " ./libs/ddd/src/schematics/ng-add/schema.json"
9
11
},
10
12
"domain" : {
11
13
"factory" : " ./libs/ddd/src/schematics/domain/index" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/ddd" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Manfred Steyer" ,
6
6
"description" : " Nx plugin for structuring a monorepo with domains and layers" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " http://json-schema.org/schema" ,
3
+ "$id" : " feature-options" ,
4
+ "type" : " object" ,
5
+ "properties" : {
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments