apollo-server/lerna.json
greenkeeper[bot] fda5ad719c Update lerna to the latest version 🚀 (#353)
* chore(package): update lerna to version 2.0.0-rc.1
https://greenkeeper.io/
* chore(lerna): update config version to 2.0.0-rc.1
2017-04-08 17:34:47 -07:00

18 lines
449 B
JSON

{
"lerna": "2.0.0-rc.1",
"version": "0.6.0",
"changelog": {
"repo": "apollostack/graphql-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"
}
},
"packages": [
"packages/*"
]
}