Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit d10836f

Browse files
committed
fix: reduce size of packaged library
1 parent 8a7e15c commit d10836f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"bugs": {
77
"url": "https://github.com/marpme/next-test-suite/issues"
88
},
9+
"files": [
10+
"package.json",
11+
"package-lock.json",
12+
"tsconfig.json",
13+
"dist/**"
14+
],
915
"description": "Next API Test Suite - Simplifying the mocking and asserting of Next API Request & Responses",
1016
"keywords": [
1117
"nodejs",

0 commit comments

Comments
 (0)