1
0
Fork 0
forked from forgejo/forgejo

remove promise-polyfill (#9812)

promises are polyfilled by babel, it's no longer needed.
This commit is contained in:
silverwind 2020-01-16 23:52:07 +01:00 committed by zeripath
parent 18e0447b3f
commit cc2916dc5a
4 changed files with 2 additions and 8 deletions

View file

@ -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>