Skip to content

Commit

Permalink
chore: fix greenkeeper.json (#15)
Browse files Browse the repository at this point in the history
Use 4-space tabs and add missing package.json reference
  • Loading branch information
amcgee authored and varl committed Mar 5, 2019
1 parent ffa30e2 commit 2fdc260
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"groups": {
"default": {
"packages": [
"package.json",
"packages/create-app/package.json",
"packages/d2-app/package.json",
"packages/d2-cluster/package.json",
"packages/d2/package.json",
"packages/helpers-engine/package.json"
]
"groups": {
"default": {
"packages": [
"package.json",
"packages/create-app/package.json",
"packages/d2-app/package.json",
"packages/d2-cluster/package.json",
"packages/d2-create/package.json",
"packages/d2/package.json",
"packages/helpers-engine/package.json"
]
}
}
}
}

0 comments on commit 2fdc260

Please sign in to comment.