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 +}