Skip to content

Commit

Permalink
Merge pull request #6 from cyclic-software/update-metadata
Browse files Browse the repository at this point in the history
Add repository link and updated metadata
  • Loading branch information
korostelevm authored Jan 6, 2023
2 parents 00fdaa8 + d72f5b6 commit b6d4d5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cyclic.sh/s3fs",
"version": "0.0.1",
"description": "Drop in replacement for Node.js fs library backed by AWS s3.",
"description": "Drop in replacement for Node.js fs library backed by AWS s3 with local filesystem fallback.",
"type": "commonjs",
"main": "src/index.js",
"scripts": {
Expand All @@ -19,6 +19,10 @@
"engines": {
"node": ">=14.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclic-software/s3fs.git"
},
"author": {
"name": "Cyclic Software",
"url": "https://www.cyclic.sh"
Expand All @@ -28,6 +32,10 @@
"Kam Lasater (https://github.com/seekayel)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cyclic-software/s3fs/issues"
},
"homepage": "https://github.com/cyclic-software/s3fs#readme",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
Expand Down

0 comments on commit b6d4d5f

Please sign in to comment.