File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# dependencies
11
11
/node_modules
12
- # package-lock.json
12
+ package-lock.json
13
13
14
14
# profiling files
15
15
chrome-profiler-events * .json
Original file line number Diff line number Diff line change 13
13
"build" : {
14
14
"builder" : " @angular-devkit/build-angular:browser" ,
15
15
"options" : {
16
- "outputPath" : " dist/coreui" ,
16
+ "outputPath" : " dist/@ coreui" ,
17
17
"index" : " src/index.html" ,
18
18
"main" : " src/main.ts" ,
19
19
"polyfills" : " src/polyfills.ts" ,
170
170
"cli" : {
171
171
"analytics" : false
172
172
}
173
- }
173
+ }
Original file line number Diff line number Diff line change 20
20
],
21
21
"paths" : {
22
22
"@coreui/angular" : [
23
- " dist/coreui/angular"
23
+ " dist/@ coreui/angular"
24
24
]
25
25
}
26
26
},
27
27
"angularCompilerOptions" : {
28
28
"fullTemplateTypeCheck" : true ,
29
29
"strictInjectionParameters" : true
30
30
}
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments