Skip to content

Commit

Permalink
chore(lerna): update lerna to 2.0.0. Ignore problematic files (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier authored Aug 22, 2017
1 parent 1b411b2 commit 134c825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "brian@hovercraftstudios.com",
"license": "MIT",
"devDependencies": {
"lerna": "2.0.0-beta.37"
"lerna": "^2.0.0"
}
}
1 change: 1 addition & 0 deletions packages/core/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
.*/node_modules/conventional-changelog-core/.*

[include]
../../node_modules
Expand Down
1 change: 1 addition & 0 deletions packages/scheduler/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
.*/node_modules/conventional-changelog-core/.*

[include]
../../node_modules
Expand Down

0 comments on commit 134c825

Please sign in to comment.