diff --git a/Intentor/libman.json b/Intentor/libman.json new file mode 100644 index 0000000..945d0f4 --- /dev/null +++ b/Intentor/libman.json @@ -0,0 +1,16 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [ + { + "library": "bootstrap@5.3.3", + "destination": "wwwroot/lib/bootstrap/", + "files": [ + "dist/css/bootstrap.min.css", + "dist/css/bootstrap.min.css.map", + "dist/js/bootstrap.bundle.min.js", + "dist/js/bootstrap.bundle.min.js.map" + ] + } + ] +}