Skip to content

Commit

Permalink
Merge pull request #12 from flowforge/rename-package
Browse files Browse the repository at this point in the history
Rename package
  • Loading branch information
hardillb authored Nov 19, 2022
2 parents 753da09 + c2a99af commit c1534bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@flowforge/file-storage",
"name": "@flowforge/file-server",
"version": "0.0.1",
"description": "A basic Object Storage backend",
"main": "index.js",
Expand All @@ -20,16 +20,16 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/flowforge/flowforge-file-storage.git"
"url": "git+https://github.com/flowforge/flowforge-file-server.git"
},
"author": {
"name": "FlowForge Inc."
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/flowforge/flowforge-file-storage/issues"
"url": "https://github.com/flowforge/flowforge-file-server/issues"
},
"homepage": "https://github.com/flowforge/flowforge-file-storage#readme",
"homepage": "https://github.com/flowforge/flowforge-file-server#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.204.0",
"@fastify/helmet": "^10.0.2",
Expand Down

0 comments on commit c1534bd

Please sign in to comment.