33 "version" : 1 ,
44 "newProjectRoot" : " projects" ,
55 "projects" : {
6- "ng-dialog-router" : {
6+ "ng-dialog-router-app " : {
77 "root" : " " ,
88 "sourceRoot" : " src" ,
99 "projectType" : " application" ,
6262 "serve" : {
6363 "builder" : " @angular-devkit/build-angular:dev-server" ,
6464 "options" : {
65- "browserTarget" : " ng-dialog-router:build"
65+ "browserTarget" : " ng-dialog-router-app :build"
6666 },
6767 "configurations" : {
6868 "production" : {
69- "browserTarget" : " ng-dialog-router:build:production"
69+ "browserTarget" : " ng-dialog-router-app :build:production"
7070 }
7171 }
7272 },
7373 "extract-i18n" : {
7474 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
7575 "options" : {
76- "browserTarget" : " ng-dialog-router:build"
76+ "browserTarget" : " ng-dialog-router-app :build"
7777 }
7878 },
7979 "test" : {
107107 }
108108 }
109109 },
110- "ng-dialog-router-e2e" : {
110+ "ng-dialog-router-app- e2e" : {
111111 "root" : " e2e/" ,
112112 "projectType" : " application" ,
113113 "prefix" : " " ,
116116 "builder" : " @angular-devkit/build-angular:protractor" ,
117117 "options" : {
118118 "protractorConfig" : " e2e/protractor.conf.js" ,
119- "devServerTarget" : " ng-dialog-router:serve"
119+ "devServerTarget" : " ng-dialog-router-app :serve"
120120 },
121121 "configurations" : {
122122 "production" : {
123- "devServerTarget" : " ng-dialog-router:serve:production"
123+ "devServerTarget" : " ng-dialog-router-app :serve:production"
124124 }
125125 }
126126 },
134134 }
135135 }
136136 }
137+ },
138+ "ng-dialog-router" : {
139+ "root" : " projects/ng-dialog-router" ,
140+ "sourceRoot" : " projects/ng-dialog-router/src" ,
141+ "projectType" : " library" ,
142+ "prefix" : " lib" ,
143+ "architect" : {
144+ "build" : {
145+ "builder" : " @angular-devkit/build-ng-packagr:build" ,
146+ "options" : {
147+ "tsConfig" : " projects/ng-dialog-router/tsconfig.lib.json" ,
148+ "project" : " projects/ng-dialog-router/ng-package.json"
149+ }
150+ },
151+ "test" : {
152+ "builder" : " @angular-devkit/build-angular:karma" ,
153+ "options" : {
154+ "main" : " projects/ng-dialog-router/src/test.ts" ,
155+ "tsConfig" : " projects/ng-dialog-router/tsconfig.spec.json" ,
156+ "karmaConfig" : " projects/ng-dialog-router/karma.conf.js"
157+ }
158+ },
159+ "lint" : {
160+ "builder" : " @angular-devkit/build-angular:tslint" ,
161+ "options" : {
162+ "tsConfig" : [
163+ " projects/ng-dialog-router/tsconfig.lib.json" ,
164+ " projects/ng-dialog-router/tsconfig.spec.json"
165+ ],
166+ "exclude" : [
167+ " **/node_modules/**"
168+ ]
169+ }
170+ }
171+ }
137172 }
138173 },
139- "defaultProject" : " ng-dialog-router"
174+ "defaultProject" : " ng-dialog-router-app "
140175}
0 commit comments