Skip to content

Commit

Permalink
fix: set package as private to avoid semantic-release auto deploy to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
swiiny committed Jan 1, 2024
1 parent 4561ee2 commit 864b830
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
@@ -1,7 +1,7 @@
{
"name": "create-nextjs-dapp",
"version": "1.5.3",
"private": false,
"private": true,
"type": "module",
"scripts": {
"dev": "npm run dev:styled-components",
Expand Down

0 comments on commit 864b830

Please sign in to comment.