Skip to content

Commit

Permalink
Change indent to 4 spaces in lerna.json, published package.json files
Browse files Browse the repository at this point in the history
When running "lerna version" to create release commits, it will change indentation
to 4 spaces. Unless we already have the same, it will do the change, which we do
not want as part of the release commit. This is a one-off.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Mar 21, 2024
1 parent 8c79065 commit d7a82f3
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 321 deletions.
18 changes: 9 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"lerna": "7.3.0",
"version": "0.1.0",
"npmClient": "yarn",
"command": {
"run": {
"stream": true
},
"verifyAccess": false
}
"lerna": "7.3.0",
"version": "0.1.0",
"npmClient": "yarn",
"command": {
"run": {
"stream": true
},
"verifyAccess": false
}
}
Loading

0 comments on commit d7a82f3

Please sign in to comment.