Skip to content

Commit

Permalink
set the package into private
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 19, 2024
1 parent d7de806 commit 1cc2141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo-section-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "demo-section-blog",
"version": "0.0.0",
"private":"true",
"private": "true",
"scripts": {
"clean": "rimraf .next/ ",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format":"pnpm exec prettier ./src --write"
"format": "pnpm exec prettier ./src --write"
},
"dependencies": {
"@types/node": "20.11.0",
Expand Down

0 comments on commit 1cc2141

Please sign in to comment.