Skip to content

Commit 6f75458

Browse files
committed
style: use 4 spaces indent for pkg
1 parent dfae0ea commit 6f75458

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"private": true,
3-
"workspaces": ["src/*/Resources/assets"],
4-
"scripts": {
5-
"build": "yarn workspaces run build",
6-
"test": "yarn workspaces run test"
7-
}
2+
"private": true,
3+
"workspaces": ["src/*/Resources/assets"],
4+
"scripts": {
5+
"build": "yarn workspaces run build",
6+
"test": "yarn workspaces run test"
7+
}
88
}

0 commit comments

Comments
 (0)