Skip to content

Commit

Permalink
lerna: allow lerna.json to control the version for all packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 15, 2019
1 parent 51c40f9 commit eedd818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"lerna": "3.1.4",
"packages": [
"packages/*"
],
"version": "independent"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firmata-monorepo",
"description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards.",
"private": true,
"version": "0.0.0",
"version": "2.0.0",
"author": "Julian Gautier",
"license": "MIT",
"homepage": "http://www.github.com/firmata/firmata.js",
Expand Down

0 comments on commit eedd818

Please sign in to comment.