Skip to content

Commit 6225088

Browse files
authored
Merge pull request #238 from proto-kit/fix/make-stack-private
Make stack package private
2 parents 04124a9 + 2885339 commit 6225088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@proto-kit/stack",
33
"version": "0.1.1-develop.833+397881ed",
44
"license": "MIT",
5-
"private": false,
5+
"private": true,
66
"type": "module",
77
"scripts": {
88
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)