diff options
author | Lauris BH <lauris@nix.lv> | 2018-11-27 11:36:54 +0200 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-11-27 10:36:54 +0100 |
commit | e09fe487734238708c2f9fc7c47dbb2132250400 (patch) | |
tree | bd302a98f3badfe9e2b74283e2d068bfd92bb5f8 /public/vendor/librejs.html | |
parent | c03a9b3e422ded9d8200a83b94ab56ddb4740d94 (diff) | |
download | gitea-e09fe487734238708c2f9fc7c47dbb2132250400.tar.gz gitea-e09fe487734238708c2f9fc7c47dbb2132250400.zip |
Refactor heatmap to vue component (#5401)
Diffstat (limited to 'public/vendor/librejs.html')
-rw-r--r-- | public/vendor/librejs.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index 58d85b5122..8de7be1215 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -136,14 +136,9 @@ <td><a href="https://github.com/swagger-api/swagger-ui/archive/v3.0.4.tar.gz">swagger-ui-v3.0.4.tar.gz</a></td> </tr> <tr> - <td><a href="./plugins/d3/">d3</a></td> - <td><a href="https://github.com/d3/d3/blob/master/LICENSE">BSD 3-Clause</a></td> - <td><a href="https://github.com/d3/d3/releases/download/v4.13.0/d3.zip">d3.zip</a></td> - </tr> - <tr> - <td><a href="./plugins/calendar-heatmap/">calendar-heatmap</a></td> - <td><a href="https://github.com/DKirwan/calendar-heatmap/blob/master/LICENSE">MIT</a></td> - <td><a href="https://github.com/DKirwan/calendar-heatmap/archive/master.zip">337b431.zip</a></td> + <td><a href="./plugins/vue-calendar-heatmap">vue-calendar-heatmap</a></td> + <td><a href="https://github.com/WildCodeSchool/vue-calendar-heatmap/blob/master/README.md">MIT</a></td> + <td><a href="https://github.com/WildCodeSchool/vue-calendar-heatmap/archive/master.zip">7f48b20.zip</a></td> </tr> <tr> <td><a href="./plugins/moment/">moment.js</a></td> |