Skip to content

Commit 756ad00

Browse files
authored
fix(component): include vendor files in package.json (#136)
When the package is intsalled vendor folder should be a part of it GH-135
1 parent f5119c7 commit 756ad00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"index.d.ts",
4545
"dist",
4646
"src",
47-
"!*/__tests__"
47+
"!*/__tests__",
48+
"vendor"
4849
],
4950
"peerDependencies": {
5051
"@loopback/boot": "^5.0.7",

0 commit comments

Comments
 (0)