Open
Description
Minimal repro steps
- run libman install [email protected] on CLI
- open UI adding client-side libraries, and install a library like "[email protected]"
- open the libman.json file
Expected result
The libman.json should be look like something:
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "[email protected]",
"destination": "wwwroot/lib/jquery"
},
{
"provider": "cdnjs",
"library": "[email protected]",
"destination": "wwwroot/jo/"
}
]
}
Actual result
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "[email protected]",
"destination": "wwwroot\\lib\\jquery"
},
{
"provider": "cdnjs",
"library": "[email protected]",
"destination": "wwwroot/jo/"
}
]
}