Skip to content

Commit

Permalink
version bump to 1.1.0, description improvements, tags improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGP committed Mar 4, 2024
1 parent 18854db commit 3e1e4f2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s3driver",
"version": "1.0.52",
"description": "Simple driver for AWS S3 compatible storage",
"version": "1.1.0",
"description": "Simple to use wrapper for AWS S3 compatible storage. To stop waste time on such menial tasks",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -16,9 +16,13 @@
"url": "[email protected]:TheGP/s3driver.git"
},
"keywords": [
"driver",
"s3",
"filesystem"
"driver",
"wrapper",
"storage",
"filesystem",
"cloud",
"b2"
],
"author": "Eugene Bos",
"license": "MIT",
Expand Down

0 comments on commit 3e1e4f2

Please sign in to comment.