1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-02-08 11:54:16 +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", "name": "mstdn",
"productName": "Mstdn", "productName": "Mstdn",
"version": "0.2.2", "version": "0.2.3",
"description": "Tiny web-based mastodon client for your desktop", "description": "Tiny web-based mastodon client for your desktop",
"main": "main/index.js", "main": "main/index.js",
"bin": { "bin": {

View File

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