Skip to content

Commit

Permalink
Merge pull request #238 from proto-kit/fix/make-stack-private
Browse files Browse the repository at this point in the history
Make stack package private
  • Loading branch information
rpanic authored Dec 9, 2024
2 parents 04124a9 + 2885339 commit 6225088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@proto-kit/stack",
"version": "0.1.1-develop.833+397881ed",
"license": "MIT",
"private": false,
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 6225088

Please sign in to comment.