Move custom profile in sidebar

This commit is contained in:
Gautier Pelloux-Prayer 2017-04-25 11:37:35 +02:00
parent 3cc0a3b9ee
commit 474901cfc4
4 changed files with 22 additions and 32 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",
"autosize": "^3.0.20"
},
"overrides": {
"leaflet": {
@ -98,6 +99,9 @@
"css/font-awesome.css",
"fonts/*"
]
},
"autosize": {
"main": "dist/autosize.js"
}
}
}