1
0

Switched to offical FontAwesome5 (NPM-)package.

This commit is contained in:
Markus Birth 2018-10-05 22:28:50 +02:00
parent 6b81b63771
commit e0adb411c7
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A
3 changed files with 7 additions and 8 deletions

View File

@ -9,12 +9,16 @@
],
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/mbirth/php-owntracks-recorder",
"keywords": ["owntracks", "latitude", "geolocation"],
"keywords": [
"owntracks",
"latitude",
"geolocation"
],
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"bootstrap": "^4.1.3",
"coffeescript": "^2.3.2",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"leaflet": "^1.3.4",

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap-grid.min.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css"/>
<!-- LEAFLET.JS !-->
<script type="text/javascript" src="node_modules/leaflet/dist/leaflet.js"></script>

5
yarn.lock Normal file → Executable file
View File

@ -12,11 +12,6 @@ coffeescript@^2.3.2:
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-2.3.2.tgz#e854a7020dfe47b7cf4dd412042e32ef1e269810"
integrity sha512-YObiFDoukx7qPBi/K0kUKyntEZDfBQiqs/DbrR1xzASKOBjGT7auD85/DiPeRr9k++lRj7l3uA9TNMLfyfcD/Q==
font-awesome@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=
jquery@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"