Skip to content

Commit 7dbc4f1

Browse files
committed
make libs buildable by default
1 parent b4e9b49 commit 7dbc4f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/ddd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ddd",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"author": "Manfred Steyer",
66
"description": "Nx plugin for structuring a monorepo with domains and layers",

libs/ddd/src/schematics/domain/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"publishable"
2525
],
2626
"description": "A type to determine if and how to build the library.",
27-
"default": "publishable"
27+
"default": "buildable"
2828
}
2929
},
3030
"required": ["name"]

libs/ddd/src/schematics/feature/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"publishable"
3737
],
3838
"description": "A type to determine if and how to build the library.",
39-
"default": "publishable"
39+
"default": "buildable"
4040
}
4141
},
4242
"required": ["name", "domain"]

0 commit comments

Comments
 (0)