Skip to content

Commit 5205616

Browse files
committed
"true" -> true in package.json
1 parent ac1ffc2 commit 5205616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdx",
3-
"private": "true",
3+
"private": true,
44
"scripts": {
55
"build": "yarn workspaces foreach --topological-dev -Av run build"
66
},

0 commit comments

Comments
 (0)