We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac9fe8 commit 7f80fa0Copy full SHA for 7f80fa0
3 files changed
packages/core/package.json
@@ -22,7 +22,7 @@
22
"node": ">=20.19.0"
23
},
24
"files": [
25
- "lib/*"
+ "lib/"
26
],
27
"main": "lib/index.js",
28
"types": "lib/index.d.ts",
packages/gcs/package.json
@@ -23,7 +23,7 @@
- "lib"
29
packages/s3/package.json
@@ -29,7 +29,7 @@
30
"scripts": {
31
"build": "tsc -b .",
32
- "clean": "rimraf ./tsconfig.tsbuildinfo && rimraf ./lib"
+ "clean": "rimraf ./tsconfig.tsbuildinfo ./lib"
33
34
"dependencies": {
35
"@aws-sdk/client-s3": "^3.485.0",
0 commit comments