chore: Nx 11.4

This commit is contained in:
Nathan Walker
2021-03-02 20:21:33 -08:00
parent 902ad94377
commit 13a525ddd9
9 changed files with 143 additions and 243 deletions

View File

@@ -0,0 +1,16 @@
{
"$schema": "http://json-schema.org/schema",
"id": "app",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": ["name"]
}

View File

@@ -1,16 +0,0 @@
{
"$schema": "http://json-schema.org/schema",
"id": "app",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": ["name"]
}