diff options
author | silverwind <me@silverwind.io> | 2020-01-16 23:52:07 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-16 22:52:07 +0000 |
commit | cc2916dc5acea2c32372082986f8c2e2c43e55fe (patch) | |
tree | 160e78ca7033efb5cbf17c592ab3dafb2c38fa81 /public/vendor/librejs.html | |
parent | 18e0447b3f65cb6aab2eec6b742edf911773097f (diff) | |
download | gitea-cc2916dc5acea2c32372082986f8c2e2c43e55fe.tar.gz gitea-cc2916dc5acea2c32372082986f8c2e2c43e55fe.zip |
remove promise-polyfill (#9812)
promises are polyfilled by babel, it's no longer needed.
Diffstat (limited to 'public/vendor/librejs.html')
-rw-r--r-- | public/vendor/librejs.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index 59d60818a5..33cc72ef3b 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -150,11 +150,6 @@ <td><a href="https://github.com/moment/moment/blob/develop/LICENSE">MIT</a></td> <td><a href="https://github.com/moment/moment/archive/2.22.2.tar.gz">0.4.1.tar.gz</a></td> </tr> - <tr> - <td><a href="./plugins/promise-polyfill/">promise-polyfill</a></td> - <td><a href="https://github.com/taylorhakes/promise-polyfill/blob/master/LICENSE">MIT</a></td> - <td><a href="https://github.com/taylorhakes/promise-polyfill/archive/8.1.0.tar.gz">8.1.0.tar.gz</a></td> - </tr> </tbody> </table> </body> |