From a60d4e178fa9ac36a4a08a2e78b2dabcc08cf097 Mon Sep 17 00:00:00 2001 From: nalbion Date: Wed, 14 Feb 2024 15:38:20 +1100 Subject: [PATCH] cleaned up published files --- package.json | 8 +++++++- tsconfig.json | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fa4ccf..2cdc68e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" diff --git a/tsconfig.json b/tsconfig.json index 61b3fe6..7246f90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "rootDir": "src", "outDir": "./dist", "sourceMap": true, + "declaration": true, "strict": true, "lib": ["ES2022"], "types": ["node", "jest"],