Skip to content

Commit

Permalink
feat: move configuration to package.json (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 22, 2020
1 parent fa75ff2 commit 3207afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .tp-config.json

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@
"@semantic-release/npm",
"@semantic-release/github"
]
},
"generator": {
"generator": ">=0.50.0 <2.0.0",
"filters": [
"@asyncapi/generator-filters"
]
}
}

0 comments on commit 3207afa

Please sign in to comment.