Skip to content

Commit

Permalink
Merge pull request #25 from WordPress/update/lerna-independent-mode
Browse files Browse the repository at this point in the history
Use the independent mode for lerna
  • Loading branch information
omarreiss authored Aug 3, 2017
2 parents fd7fff1 + a473f3a commit 2eb0aac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"lerna": "2.0.0-rc.5",
"packages": [
"packages/*"
]
"lerna": "2.0.0",
"packages": [
"packages/*"
],
"version": "independent"
}

0 comments on commit 2eb0aac

Please sign in to comment.