1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-02-02 06:52:13 +01:00
This commit is contained in:
rhysd 2017-04-25 01:29:07 +09:00
parent 79a096b604
commit f1059130be
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "mstdn",
"productName": "Mstdn",
"version": "0.2.2",
"version": "0.2.3",
"description": "Tiny web-based mastodon client for your desktop",
"main": "main/index.js",
"bin": {

View File

@ -1,6 +1,6 @@
interface RequestIdleCallback {
didTimeout?: boolean;
timeRemaining?: () => number;
timeRemaining?(): number;
}
interface RequestIdleCallbackOptions {