Update package.json information and fix typo

This commit is contained in:
Yuriy Puchkov
2020-10-05 10:03:27 +03:00
parent da6d2b91a4
commit 0b372b6a71
2 changed files with 8 additions and 4 deletions

View File

@@ -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()

View File

@@ -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"