1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Replacing icons with https://ionic.io/ionicons removing open-iconic

#587
This commit is contained in:
Patrik J. Braun 2023-08-24 22:22:06 +02:00
parent c8242a7c7d
commit 99bb965b97
3 changed files with 0 additions and 16 deletions

View File

@ -102,7 +102,6 @@
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.css",
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
"node_modules/ngx-toastr/toastr.css",
"node_modules/leaflet/dist/leaflet.css",
"node_modules/leaflet.markercluster/dist/MarkerCluster.css",
@ -190,7 +189,6 @@
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/ngx-toastr/toastr.css",
"node_modules/bootstrap/dist/css/bootstrap.css",
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
"node_modules/leaflet/dist/leaflet.css",
"node_modules/leaflet.markercluster/dist/MarkerCluster.css",

13
package-lock.json generated
View File

@ -114,7 +114,6 @@
"ngx-markdown": "15.1.2",
"ngx-toastr": "15.2.2",
"nyc": "15.1.0",
"open-iconic": "1.1.1",
"rxjs": "7.8.0",
"ts-helpers": "1.1.2",
"ts-node": "10.9.1",
@ -17388,12 +17387,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/open-iconic": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/open-iconic/-/open-iconic-1.1.1.tgz",
"integrity": "sha1-nc/Ix808Yc20ojaxo0eJTJetwMY=",
"dev": true
},
"node_modules/opener": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
@ -36481,12 +36474,6 @@
"is-wsl": "^2.2.0"
}
},
"open-iconic": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/open-iconic/-/open-iconic-1.1.1.tgz",
"integrity": "sha1-nc/Ix808Yc20ojaxo0eJTJetwMY=",
"dev": true
},
"opener": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",

View File

@ -134,7 +134,6 @@
"ngx-markdown": "15.1.2",
"ngx-toastr": "15.2.2",
"nyc": "15.1.0",
"open-iconic": "1.1.1",
"rxjs": "7.8.0",
"ts-helpers": "1.1.2",
"ts-node": "10.9.1",