File tree 6 files changed +1
-90
lines changed
6 files changed +1
-90
lines changed Original file line number Diff line number Diff line change 116
116
"polyfills" : " projects/example/src/polyfills.ts" ,
117
117
"tsConfig" : " projects/example/tsconfig.spec.json" ,
118
118
"karmaConfig" : " projects/example/karma.conf.js" ,
119
- "styles" : [
120
- " projects/example/src/styles.css"
121
- ],
119
+ "styles" : [" projects/example/src/styles.css" ],
122
120
"scripts" : [],
123
121
"assets" : [
124
122
" projects/example/src/favicon.ico" ,
127
125
}
128
126
}
129
127
}
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
- }
149
128
}
150
129
},
151
130
"cli" : {
Original file line number Diff line number Diff line change 8
8
"build_lib" : " ng build lib" ,
9
9
"test" : " ng test" ,
10
10
"lint" : " ng lint" ,
11
- "e2e" : " ng e2e" ,
12
11
"copy-readme" : " cp ./README.md ./dist/lib" ,
13
12
"copy-license" : " cp ./LICENSE ./dist/lib" ,
14
13
"copy-files" : " npm run copy-readme && npm run copy-license" ,
54
53
"karma-jasmine-html-reporter" : " ^1.5.0" ,
55
54
"ng-packagr" : " ^14.1.0" ,
56
55
"ngx-highlightjs" : " ^3.0.3" ,
57
- "protractor" : " ~7.0.0" ,
58
56
"ts-node" : " ^10.7.0" ,
59
57
"tslint" : " ~6.1.0" ,
60
58
"typescript" : " ~4.6.3"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments