Skip to content

Commit

Permalink
make libs buildable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Jul 26, 2020
1 parent b4e9b49 commit 7dbc4f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/ddd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/ddd",
"version": "1.0.3",
"version": "1.0.5",
"license": "MIT",
"author": "Manfred Steyer",
"description": "Nx plugin for structuring a monorepo with domains and layers",
Expand Down
2 changes: 1 addition & 1 deletion libs/ddd/src/schematics/domain/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"publishable"
],
"description": "A type to determine if and how to build the library.",
"default": "publishable"
"default": "buildable"
}
},
"required": ["name"]
Expand Down
2 changes: 1 addition & 1 deletion libs/ddd/src/schematics/feature/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publishable"
],
"description": "A type to determine if and how to build the library.",
"default": "publishable"
"default": "buildable"
}
},
"required": ["name", "domain"]
Expand Down

0 comments on commit 7dbc4f1

Please sign in to comment.