From 060a7d0b57cfb9822c8283051a249f82bf2272d3 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 2 Sep 2018 16:31:13 +0200 Subject: [PATCH] adapting naming conventions --- angular.json | 6 +++--- tsconfig.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular.json b/angular.json index 269104b..d263301 100644 --- a/angular.json +++ b/angular.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 5488f3d..1ac28b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,9 +17,9 @@ "dom" ], "paths": { - "nls-guilloche": [ + "NlsGuilloche": [ "dist/nls-guilloche" ] } } -} \ No newline at end of file +}