2
0

adapting naming conventions

This commit is contained in:
2018-09-02 16:31:13 +02:00
parent 7e62ced553
commit 060a7d0b57
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"nls-guilloche-generator": {
"NlsGuillocheGenerator": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
@@ -99,7 +99,7 @@
}
}
},
"nls-guilloche-generator-e2e": {
"NlsGuillocheGenerator-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
@@ -121,7 +121,7 @@
}
}
},
"nls-guilloche": {
"NlsGuilloche": {
"root": "projects/nls-guilloche",
"sourceRoot": "projects/nls-guilloche/src",
"projectType": "library",

View File

@@ -17,7 +17,7 @@
"dom"
],
"paths": {
"nls-guilloche": [
"NlsGuilloche": [
"dist/nls-guilloche"
]
}