Commit f6ea23f8 authored by Clint.Network's avatar Clint.Network

Fix libman

parent 14f3b952
...@@ -4,27 +4,27 @@ ...@@ -4,27 +4,27 @@
"libraries": [ "libraries": [
{ {
"library": "bootstrap@4.1.3", "library": "bootstrap@4.1.3",
"destination": "wwwroot\\lib\\bootstrap" "destination": "wwwroot/lib/bootstrap"
}, },
{ {
"library": "nprogress@0.2.0", "library": "nprogress@0.2.0",
"destination": "wwwroot\\lib\\nprogress" "destination": "wwwroot/lib/nprogress"
}, },
{ {
"library": "@aspnet/signalr@1.1.0", "library": "@aspnet/signalr@1.1.0",
"destination": "wwwroot\\lib\\@aspnet/signalr" "destination": "wwwroot/lib/@aspnet/signalr"
}, },
{ {
"library": "jquery-countdown@2.2.0", "library": "jquery-countdown@2.2.0",
"destination": "wwwroot\\lib\\jquery-countdown" "destination": "wwwroot/lib/jquery-countdown"
}, },
{ {
"library": "jquery-ajax-unobtrusive@3.2.6", "library": "jquery-ajax-unobtrusive@3.2.6",
"destination": "wwwroot\\lib\\jquery-ajax-unobtrusive" "destination": "wwwroot/lib/jquery-ajax-unobtrusive"
}, },
{ {
"library": "moment@2.23.0", "library": "moment@2.23.0",
"destination": "wwwroot\\lib\\moment" "destination": "wwwroot/lib/moment"
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment