Skip to content

Commit

Permalink
cleaned up published files
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbion committed Feb 14, 2024
1 parent ea0e1fb commit a60d4e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "any-cloud-storage",
"version": "1.0.0",
"version": "1.0.1",
"description": "A common interface for file storage for AWS, GCP, Firebase, Supabase, git and local file system",
"keywords": [
"cloud",
Expand Down Expand Up @@ -38,6 +38,12 @@
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"files": [
"dist/",
"README.md",
"package.json",
"LICENSE.txt"
],
"dependencies": {
"fetch-blob": "^4.0.0",
"fs": "0.0.1-security"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"rootDir": "src",
"outDir": "./dist",
"sourceMap": true,
"declaration": true,
"strict": true,
"lib": ["ES2022"],
"types": ["node", "jest"],
Expand Down

0 comments on commit a60d4e1

Please sign in to comment.