Skip to content

Commit 1e004a2

Browse files
committed
fix(lib): minor
1 parent 476f6f7 commit 1e004a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"options": {
7474
"baseHref": "/select-icon/",
7575
"deployUrl": "/select-icon/",
76-
"outputPath": "dist/browser",
76+
"outputPath": "dist/select-icon/browser",
7777
"index": "src/index.html",
7878
"main": "src/main.ts",
7979
"polyfills": "src/polyfills.ts",
@@ -296,4 +296,4 @@
296296
"cli": {
297297
"analytics": "7f7691ff-00c4-4b9e-9902-9d8a30ee6eb7"
298298
}
299-
}
299+
}

projects/angular-material-extensions/select-icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/select-icon",
33
"version": "0.0.1",
4-
"homepage": "https://angular-material-extensions.github.io/select-icon",
4+
"homepage": "https://angular-material-extensions.github.io/select-icon/",
55
"author": {
66
"name": "anthonynahas",
77
"url": "https://github.com/anthonynahas"

0 commit comments

Comments
 (0)