Skip to content

Commit 36e9799

Browse files
committed
fix(test-package-for-pkg-consumption-test): mark packages as private to avoid publishing attempt
1 parent 4f431ea commit 36e9799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-package-for-pkg-consumption-test/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@patricktree/test-package-for-pkg-consumption-test",
33
"version": "1.0.0",
4+
"private": true,
45
"imports": {
56
"#pkg/*": "./dist/*"
67
},

0 commit comments

Comments
 (0)