adapting naming conventions
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"newProjectRoot": "projects",
|
"newProjectRoot": "projects",
|
||||||
"projects": {
|
"projects": {
|
||||||
"nls-guilloche-generator": {
|
"NlsGuillocheGenerator": {
|
||||||
"root": "",
|
"root": "",
|
||||||
"sourceRoot": "src",
|
"sourceRoot": "src",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nls-guilloche-generator-e2e": {
|
"NlsGuillocheGenerator-e2e": {
|
||||||
"root": "e2e/",
|
"root": "e2e/",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"architect": {
|
"architect": {
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nls-guilloche": {
|
"NlsGuilloche": {
|
||||||
"root": "projects/nls-guilloche",
|
"root": "projects/nls-guilloche",
|
||||||
"sourceRoot": "projects/nls-guilloche/src",
|
"sourceRoot": "projects/nls-guilloche/src",
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
"dom"
|
"dom"
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"nls-guilloche": [
|
"NlsGuilloche": [
|
||||||
"dist/nls-guilloche"
|
"dist/nls-guilloche"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user