Removed the files array from the libman manifest
This commit is contained in:
parent
a778003965
commit
c11edc6511
@ -9,14 +9,6 @@
|
|||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "bootstrap@4.1.3",
|
"library": "bootstrap@4.1.3",
|
||||||
"files": [
|
|
||||||
"dist/css/bootstrap.css",
|
|
||||||
"dist/css/bootstrap.css.map",
|
|
||||||
"dist/css/bootstrap.min.css",
|
|
||||||
"dist/css/bootstrap.min.css.map",
|
|
||||||
"dist/js/bootstrap.js",
|
|
||||||
"dist/js/bootstrap.min.js"
|
|
||||||
],
|
|
||||||
"destination": "wwwroot/lib/bootstrap/"
|
"destination": "wwwroot/lib/bootstrap/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -25,11 +17,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"library": "jquery-validate@1.17.0",
|
"library": "jquery-validate@1.17.0",
|
||||||
"destination": "wwwroot/lib/jquery-validate/",
|
"destination": "wwwroot/lib/jquery-validate/"
|
||||||
"files": [
|
|
||||||
"jquery.validate.min.js",
|
|
||||||
"jquery.validate.js"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -9,14 +9,6 @@
|
|||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "bootstrap@4.3.1",
|
"library": "bootstrap@4.3.1",
|
||||||
"files": [
|
|
||||||
"dist/css/bootstrap.css",
|
|
||||||
"dist/css/bootstrap.css.map",
|
|
||||||
"dist/css/bootstrap.min.css",
|
|
||||||
"dist/css/bootstrap.min.css.map",
|
|
||||||
"dist/js/bootstrap.js",
|
|
||||||
"dist/js/bootstrap.min.js"
|
|
||||||
],
|
|
||||||
"destination": "wwwroot/lib/bootstrap/"
|
"destination": "wwwroot/lib/bootstrap/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -25,11 +17,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"library": "jquery-validate@1.19.0",
|
"library": "jquery-validate@1.19.0",
|
||||||
"destination": "wwwroot/lib/jquery-validate/",
|
"destination": "wwwroot/lib/jquery-validate/"
|
||||||
"files": [
|
|
||||||
"jquery.validate.min.js",
|
|
||||||
"jquery.validate.js"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"library": "toastr.js@2.1.4",
|
"library": "toastr.js@2.1.4",
|
||||||
@ -38,10 +26,6 @@
|
|||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "@aspnet/signalr@1.1.2",
|
"library": "@aspnet/signalr@1.1.2",
|
||||||
"files": [
|
|
||||||
"dist/browser/signalr.js",
|
|
||||||
"dist/browser/signalr.min.js"
|
|
||||||
],
|
|
||||||
"destination": "wwwroot/lib/@aspnet/signalr/"
|
"destination": "wwwroot/lib/@aspnet/signalr/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -9,14 +9,6 @@
|
|||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "bootstrap@4.1.3",
|
"library": "bootstrap@4.1.3",
|
||||||
"files": [
|
|
||||||
"dist/css/bootstrap.css",
|
|
||||||
"dist/css/bootstrap.css.map",
|
|
||||||
"dist/css/bootstrap.min.css",
|
|
||||||
"dist/css/bootstrap.min.css.map",
|
|
||||||
"dist/js/bootstrap.js",
|
|
||||||
"dist/js/bootstrap.min.js"
|
|
||||||
],
|
|
||||||
"destination": "wwwroot/lib/bootstrap/"
|
"destination": "wwwroot/lib/bootstrap/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user