Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit a35892a

Browse files
author
Hans Kristian Flaatten
committed
fix(package): remove test dir from npm to reduce package size
1 parent 4f32135 commit a35892a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Resize, rename, and upload images to AWS S3",
55
"main": "index.js",
66
"files": [
7-
"index.js",
8-
"test"
7+
"index.js"
98
],
109
"scripts": {
1110
"codacy-coverage": "codacy-coverage",

0 commit comments

Comments
 (0)