Skip to content

Commit 5b9e8fe

Browse files
author
Amr Wagdy
committed
2 parents e6b82e1 + 9fab35b commit 5b9e8fe

File tree

6 files changed

+1
-90
lines changed

6 files changed

+1
-90
lines changed

angular.json

+1-22
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@
116116
"polyfills": "projects/example/src/polyfills.ts",
117117
"tsConfig": "projects/example/tsconfig.spec.json",
118118
"karmaConfig": "projects/example/karma.conf.js",
119-
"styles": [
120-
"projects/example/src/styles.css"
121-
],
119+
"styles": ["projects/example/src/styles.css"],
122120
"scripts": [],
123121
"assets": [
124122
"projects/example/src/favicon.ico",
@@ -127,25 +125,6 @@
127125
}
128126
}
129127
}
130-
},
131-
"example-e2e": {
132-
"root": "projects/example-e2e/",
133-
"projectType": "application",
134-
"prefix": "",
135-
"architect": {
136-
"e2e": {
137-
"builder": "@angular-devkit/build-angular:protractor",
138-
"options": {
139-
"protractorConfig": "projects/example-e2e/protractor.conf.js",
140-
"devServerTarget": "example:serve"
141-
},
142-
"configurations": {
143-
"production": {
144-
"devServerTarget": "example:serve:production"
145-
}
146-
}
147-
}
148-
}
149128
}
150129
},
151130
"cli": {

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build_lib": "ng build lib",
99
"test": "ng test",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e",
1211
"copy-readme": "cp ./README.md ./dist/lib",
1312
"copy-license": "cp ./LICENSE ./dist/lib",
1413
"copy-files": "npm run copy-readme && npm run copy-license",
@@ -54,7 +53,6 @@
5453
"karma-jasmine-html-reporter": "^1.5.0",
5554
"ng-packagr": "^14.1.0",
5655
"ngx-highlightjs": "^3.0.3",
57-
"protractor": "~7.0.0",
5856
"ts-node": "^10.7.0",
5957
"tslint": "~6.1.0",
6058
"typescript": "~4.6.3"

projects/example-e2e/protractor.conf.js

-28
This file was deleted.

projects/example-e2e/src/app.e2e-spec.ts

-14
This file was deleted.

projects/example-e2e/src/app.po.ts

-11
This file was deleted.

projects/example-e2e/tsconfig.e2e.json

-13
This file was deleted.

0 commit comments

Comments
 (0)