fix angular.json
This commit is contained in:
		
							parent
							
								
									68a8bf1f06
								
							
						
					
					
						commit
						7b4b8f2c04
					
				
							
								
								
									
										44
									
								
								angular.json
									
									
									
									
									
								
							
							
						
						
									
										44
									
								
								angular.json
									
									
									
									
									
								
							| @ -3,7 +3,7 @@ | ||||
|   "version": 1, | ||||
|   "newProjectRoot": "projects", | ||||
|   "projects": { | ||||
|     "ngx-data": { | ||||
|     "demo": { | ||||
|       "projectType": "application", | ||||
|       "schematics": { | ||||
|         "@schematics/angular:component": { | ||||
| @ -125,33 +125,33 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "@poweredsoft/ngx-data": { | ||||
|     "ngx-data": { | ||||
|       "projectType": "library", | ||||
|       "root": "projects/poweredsoft/ngx-data", | ||||
|       "sourceRoot": "projects/poweredsoft/ngx-data/src", | ||||
|       "root": "projects/openharbor/ngx-data", | ||||
|       "sourceRoot": "projects/openharbor/ngx-data/src", | ||||
|       "prefix": "lib", | ||||
|       "architect": { | ||||
|         "build": { | ||||
|           "builder": "@angular-devkit/build-ng-packagr:build", | ||||
|           "options": { | ||||
|             "tsConfig": "projects/poweredsoft/ngx-data/tsconfig.lib.json", | ||||
|             "project": "projects/poweredsoft/ngx-data/ng-package.json" | ||||
|             "tsConfig": "projects/openharbor/ngx-data/tsconfig.lib.json", | ||||
|             "project": "projects/openharbor/ngx-data/ng-package.json" | ||||
|           } | ||||
|         }, | ||||
|         "test": { | ||||
|           "builder": "@angular-devkit/build-angular:karma", | ||||
|           "options": { | ||||
|             "main": "projects/poweredsoft/ngx-data/src/test.ts", | ||||
|             "tsConfig": "projects/poweredsoft/ngx-data/tsconfig.spec.json", | ||||
|             "karmaConfig": "projects/poweredsoft/ngx-data/karma.conf.js" | ||||
|             "main": "projects/openharbor/ngx-data/src/test.ts", | ||||
|             "tsConfig": "projects/openharbor/ngx-data/tsconfig.spec.json", | ||||
|             "karmaConfig": "projects/openharbor/ngx-data/karma.conf.js" | ||||
|           } | ||||
|         }, | ||||
|         "lint": { | ||||
|           "builder": "@angular-devkit/build-angular:tslint", | ||||
|           "options": { | ||||
|             "tsConfig": [ | ||||
|               "projects/poweredsoft/ngx-data/tsconfig.lib.json", | ||||
|               "projects/poweredsoft/ngx-data/tsconfig.spec.json" | ||||
|               "projects/openharbor/ngx-data/tsconfig.lib.json", | ||||
|               "projects/openharbor/ngx-data/tsconfig.spec.json" | ||||
|             ], | ||||
|             "exclude": [ | ||||
|               "**/node_modules/**" | ||||
| @ -160,33 +160,33 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "@poweredsoft/ngx-data-apollo": { | ||||
|     "ngx-data-apollo": { | ||||
|       "projectType": "library", | ||||
|       "root": "projects/poweredsoft/ngx-data-apollo", | ||||
|       "sourceRoot": "projects/poweredsoft/ngx-data-apollo/src", | ||||
|       "root": "projects/openharbor/ngx-data-apollo", | ||||
|       "sourceRoot": "projects/openharbor/ngx-data-apollo/src", | ||||
|       "prefix": "lib", | ||||
|       "architect": { | ||||
|         "build": { | ||||
|           "builder": "@angular-devkit/build-ng-packagr:build", | ||||
|           "options": { | ||||
|             "tsConfig": "projects/poweredsoft/ngx-data-apollo/tsconfig.lib.json", | ||||
|             "project": "projects/poweredsoft/ngx-data-apollo/ng-package.json" | ||||
|             "tsConfig": "projects/openharbor/ngx-data-apollo/tsconfig.lib.json", | ||||
|             "project": "projects/openharbor/ngx-data-apollo/ng-package.json" | ||||
|           } | ||||
|         }, | ||||
|         "test": { | ||||
|           "builder": "@angular-devkit/build-angular:karma", | ||||
|           "options": { | ||||
|             "main": "projects/poweredsoft/ngx-data-apollo/src/test.ts", | ||||
|             "tsConfig": "projects/poweredsoft/ngx-data-apollo/tsconfig.spec.json", | ||||
|             "karmaConfig": "projects/poweredsoft/ngx-data-apollo/karma.conf.js" | ||||
|             "main": "projects/openharbor/ngx-data-apollo/src/test.ts", | ||||
|             "tsConfig": "projects/openharbor/ngx-data-apollo/tsconfig.spec.json", | ||||
|             "karmaConfig": "projects/openharbor/ngx-data-apollo/karma.conf.js" | ||||
|           } | ||||
|         }, | ||||
|         "lint": { | ||||
|           "builder": "@angular-devkit/build-angular:tslint", | ||||
|           "options": { | ||||
|             "tsConfig": [ | ||||
|               "projects/poweredsoft/ngx-data-apollo/tsconfig.lib.json", | ||||
|               "projects/poweredsoft/ngx-data-apollo/tsconfig.spec.json" | ||||
|               "projects/openharbor/ngx-data-apollo/tsconfig.lib.json", | ||||
|               "projects/openharbor/ngx-data-apollo/tsconfig.spec.json" | ||||
|             ], | ||||
|             "exclude": [ | ||||
|               "**/node_modules/**" | ||||
| @ -195,5 +195,5 @@ | ||||
|         } | ||||
|       } | ||||
|     }}, | ||||
|   "defaultProject": "ngx-data" | ||||
|   "defaultProject": "demo" | ||||
| } | ||||
| @ -8,10 +8,8 @@ | ||||
|     "test": "ng test", | ||||
|     "lint": "ng lint", | ||||
|     "e2e": "ng e2e", | ||||
|     "build-data": "ng build @poweredsoft/ngx-data", | ||||
|     "build-apollo": "ng build @poweredsoft/ngx-data-apollo", | ||||
|     "publish-data": "npm publish dist/poweredsoft/ngx-data", | ||||
|     "publish-apollo": "npm publish dist/poweredsoft/ngx-data-apollo" | ||||
|     "build-data": "ng build @openharbor/ngx-data", | ||||
|     "publish-data": "npm publish dist/openharbor/ngx-data" | ||||
|   }, | ||||
|   "private": true, | ||||
|   "dependencies": { | ||||
| @ -58,5 +56,6 @@ | ||||
|     "tsickle": "^0.37.0", | ||||
|     "tslint": "~5.15.0", | ||||
|     "typescript": "~3.5.3" | ||||
|   } | ||||
|   }, | ||||
|   "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user