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