mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-20 12:49:04 +01:00
Bump to version 2.4.4
This commit is contained in:
parent
4296b6c8a6
commit
d81f0acffa
15
package-lock.json
generated
15
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Whalebird",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -16211,13 +16211,8 @@
|
||||
"resolved": "https://registry.npmjs.org/system-font-families/-/system-font-families-0.4.1.tgz",
|
||||
"integrity": "sha512-XQK5qAYsbEI6SkCEwezRDsPV44T2G4NNQ/xcx7D/8XM3S+rqYlNxsGcLT7vO6vdT4hc/mlRef7S6+KGIetTwdg==",
|
||||
"requires": {
|
||||
"babel-polyfill": "^6.23.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ttfinfo": {
|
||||
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c",
|
||||
"from": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
||||
}
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"ttfinfo": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
@ -16653,6 +16648,10 @@
|
||||
"integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==",
|
||||
"dev": true
|
||||
},
|
||||
"ttfinfo": {
|
||||
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c",
|
||||
"from": "git+https://github.com/rBurgett/ttfinfo.git"
|
||||
},
|
||||
"tty-browserify": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Whalebird",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"author": "AkiraFukushima <h3.poteto@gmail.com>",
|
||||
"description": "An Electron based Mastodon client for Windows, Mac and Linux",
|
||||
"license": "MIT",
|
||||
@ -15,8 +15,8 @@
|
||||
"url": "https://github.com/h3poteto/whalebird-desktop.git"
|
||||
},
|
||||
"config": {
|
||||
"buildVersion": "56",
|
||||
"appVersion": "2.4.3"
|
||||
"buildVersion": "57",
|
||||
"appVersion": "2.4.4"
|
||||
},
|
||||
"main": "./dist/electron/main.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user