Clean up lerna.json

This commit is contained in:
Martijn Walraven 2018-08-31 10:57:41 +02:00
parent 78f1754248
commit 6b5e6f0c69

View file

@ -1,18 +1,4 @@
{
"lerna": "2.0.0",
"exact": true,
"version": "independent",
"changelog": {
"repo": "apollographql/apollo-server",
"labels": {
"tag: breaking change": ":boom: Breaking Change",
"tag: new feature": ":rocket: New Feature",
"tag: bug fix": ":bug: Bug Fix",
"tag: polish": ":nail_care: Polish",
"tag: documentation": "Documentation",
"tag: internal": ":house: Internal"
}
},
"hoist": true,
"packages": ["packages/*"]
"packages": ["packages/*"],
"version": "independent"
}