Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "perses-plugins",
"description": "Monorepo for the Perses plugins",
"version": "0.1.0",
"bugs": {
"url": "https://github.com/perses/plugins/issues"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "https://github.com/perses/plugins/issues"
"url": "https://github.com/perses/perses/issues"

We prefer to have the issues on the main repo to avoid the user to ask themself if it is a bug related to the plugin or to something else

},
"scripts": {
"dev": "turbo run dev --concurrency 20",
"build": "turbo run build",
Expand Down