diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 21:24:11 +0100 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 21:24:11 +0100 |
| commit | 7fefe217c8462444ecb9806599e70afe2a7102ea (patch) | |
| tree | 49cd108ab96a756fe67ac58f980d1385c17e09df /CoreWiki/libman.json | |
| parent | 00c3b32e2db200a2f42396ac7f8381704ec97268 (diff) | |
Time display fixes
Diffstat (limited to 'CoreWiki/libman.json')
| -rw-r--r-- | CoreWiki/libman.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CoreWiki/libman.json b/CoreWiki/libman.json new file mode 100644 index 0000000..5368fd5 --- /dev/null +++ b/CoreWiki/libman.json @@ -0,0 +1,10 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [ + { + "library": "moment.js@2.29.4", + "destination": "wwwroot/lib/momentjs/" + } + ] +}
\ No newline at end of file |
