Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
joejordanbrown committed Jun 10, 2020
1 parent 344dc53 commit b1b7d49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"packageFiles": [
"bumpFiles": [
{
"filename": "projects/material-extended/mde/package.json"
"filename": "package.json",
"type": "json"
},
{
"filename": "projects/material-extended/mde/package.json",
"type": "json"
}
]
}

0 comments on commit b1b7d49

Please sign in to comment.