forked from forgejo/forgejo
remove promise-polyfill (#9812)
promises are polyfilled by babel, it's no longer needed.
This commit is contained in:
parent
18e0447b3f
commit
cc2916dc5a
4 changed files with 2 additions and 8 deletions
5
public/vendor/librejs.html
vendored
5
public/vendor/librejs.html
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue