Skip to content

Commit 3aee3a0

Browse files
committed
fix(meta): add readme
1 parent 9c1937a commit 3aee3a0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/upload/

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Plugin for uploading files for adminforth",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/upload/",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/devforth/adminforth-upload.git"
@@ -19,6 +20,13 @@
1920
"@aws-sdk/client-s3": "^3.629.0",
2021
"@aws-sdk/s3-request-presigner": "^3.629.0"
2122
},
23+
"keywords": [
24+
"adminforth",
25+
"upload",
26+
"plugin",
27+
"s3-upload",
28+
"aws-s3"
29+
],
2230
"release": {
2331
"plugins": [
2432
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)