Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix private bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent 83fdab1 commit 024419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": "true",
"private": true,
"packageManager": "pnpm@8.6.10",
"engines": {
"node": ">=18.0.0 <19.0.0",
Expand Down

0 comments on commit 024419d

Please sign in to comment.