Skip to content

Commit 359448e

Browse files
authored
fix: The "connery" package is not pulled properly by "npm install" (#101)
1 parent 58fca44 commit 359448e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/connery/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"tsconfig-paths": "4.1.0",
5454
"typescript": "^4.9.5"
5555
},
56+
"files": [
57+
"package.json",
58+
"dist"
59+
],
5660
"jest": {
5761
"preset": "ts-jest",
5862
"testEnvironment": "node",

0 commit comments

Comments
 (0)