Remove unused i18n and e2e stuff from angular.json

This commit is contained in:
Eugene Arshinov
2019-08-26 21:52:40 +03:00
committed by Evgeny Arshinov
parent 49a3334942
commit 6cb3f87e57

View File

@@ -52,12 +52,6 @@
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng2-file-upload:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
@@ -79,27 +73,6 @@
}
}
}
},
"ng2-file-upload-e2e": {
"root": "demo/e2e",
"sourceRoot": "demo/e2e",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "protractor.conf.js",
"devServerTarget": "ng2-file-upload:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [],
"exclude": []
}
}
}
}
},
"defaultProject": "ng2-file-upload",