Merge pull request 'chore(package.json): update private property to false' (#7) from task/update-package-visibility into main
Reviewed-on: #7
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "next-template-app-router",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
|
Reference in New Issue
Block a user