Skip to content

Commit

Permalink
fix(meta): add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Jan 23, 2025
1 parent 9c1937a commit 3aee3a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/upload/
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Plugin for uploading files for adminforth",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/upload/",
"repository": {
"type": "git",
"url": "https://github.com/devforth/adminforth-upload.git"
Expand All @@ -19,6 +20,13 @@
"@aws-sdk/client-s3": "^3.629.0",
"@aws-sdk/s3-request-presigner": "^3.629.0"
},
"keywords": [
"adminforth",
"upload",
"plugin",
"s3-upload",
"aws-s3"
],
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 3aee3a0

Please sign in to comment.