Commit #16
* `AM_GNU_GETTEXT_VERSION([0.21])` has been replaced with `AM_GNU_GETTEXT_VERSION([0.19])` in `configure.ac` * A typo has been fixed
{ | ||
"name": "nautilus-bluetooth", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu", | ||
"homepage": "https://gitlab.gnome.org/madmurphy/nautilus-bluetooth", | ||
"author": "madmurphy333@gmail.com", | ||
... | ... | @@ -15,7 +15,7 @@ |
"gnome-bluetooth": "*" | ||
}, | ||
"devDependencies": { | ||
"gettext": "*", | ||
"gettext": ">=0.19", | ||
"pkgconf": "*" | ||
}, | ||
"src": [ | ||
... | ... |
Please register or sign in to comment