Extends Leaflet-fullhash properly

This commit is contained in:
Gautier Pelloux-Prayer 2017-04-24 12:10:34 +02:00
parent ac57250b7e
commit d4c5ca67b9
4 changed files with 74 additions and 3 deletions

View file

@ -25,7 +25,8 @@
"leaflet.locatecontrol": "^0.60.0",
"font-awesome": "^4.7.0",
"bootstrap-select": "hugdx/bootstrap-select#patch-1",
"leaflet-sidebar": "^0.1.9"
"leaflet-sidebar": "^0.1.9",
"leaflet-fullHash": "KoGor/leaflet-fullHash#master"
},
"overrides": {
"leaflet": {
@ -96,6 +97,9 @@
"css/font-awesome.css",
"fonts/*"
]
},
"leaflet-fullHash": {
"main": "leaflet-fullHash.js"
}
}
}