Skip to content

Commit 6080dca

Browse files
committed
chore: cleanup
1 parent aba707f commit 6080dca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# dependencies
1111
/node_modules
12-
# package-lock.json
12+
package-lock.json
1313

1414
# profiling files
1515
chrome-profiler-events*.json

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"outputPath": "dist/coreui",
16+
"outputPath": "dist/@coreui",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
@@ -170,4 +170,4 @@
170170
"cli": {
171171
"analytics": false
172172
}
173-
}
173+
}

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
],
2121
"paths": {
2222
"@coreui/angular": [
23-
"dist/coreui/angular"
23+
"dist/@coreui/angular"
2424
]
2525
}
2626
},
2727
"angularCompilerOptions": {
2828
"fullTemplateTypeCheck": true,
2929
"strictInjectionParameters": true
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)