Skip to content

Commit

Permalink
Merge 0ec064d into abedd4e
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Oct 31, 2017
2 parents abedd4e + 0ec064d commit 962faee
Show file tree
Hide file tree
Showing 22 changed files with 2,113 additions and 635 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ before_script:
after_script:
# Only the first Node version listed will upload the lock file.
- greenkeeper-lockfile-upload
- npm run coverage && coveralls < coverage/lcov.info && rm -rf coverage
- npm run coverage && npm run coveralls
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lerna": "2.4.0",
"packages": [
"packages/*"
],
"version": "independent"
}
Loading

0 comments on commit 962faee

Please sign in to comment.