Skip to content

Commit 8ca2f53

Browse files
authored
Change package.json from private to public
1 parent ab0679c commit 8ca2f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "interior",
33
"version": "0.1.0",
4-
"private": true,
4+
"public": true,
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)