mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 09:03:58 +00:00
Update package.json information and fix typo
This commit is contained in:
@@ -18,7 +18,7 @@ void ImgUploaderTool::pressed(const CaptureContext& context)
|
||||
|
||||
QString ImgUploaderTool::name() const
|
||||
{
|
||||
return tr("Imgage uploader tool");
|
||||
return tr("Image uploader tool");
|
||||
}
|
||||
|
||||
const QPixmap& ImgUploaderTool::capture()
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"name": "none",
|
||||
"name": "flameshot-storage-s3",
|
||||
"author": {
|
||||
"name": "Namecheap, Inc.",
|
||||
"address": "https://www.namecheap.com/"
|
||||
},
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "AWS Lambda functions for the Flameshot S3 Storage.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node testHarness.js",
|
||||
@@ -10,7 +14,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "UNLICENSED",
|
||||
"license": "GPL v3",
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.478.0",
|
||||
"short-uuid": "^3.1.1"
|
||||
|
||||
Reference in New Issue
Block a user