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, "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",

View File

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