Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Fix lerna.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ninok committed Jun 23, 2020
1 parent fabadbb commit a6851df
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"packages": [
"@here/*"
],
"packages": ["@here/*"],
"version": "0.17.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": [
"test/**",
"README.md"
]
"ignoreChanges": ["test/**", "README.md"]
}
}
}

0 comments on commit a6851df

Please sign in to comment.