Skip to content

Commit 34186cb

Browse files
authored
fix: update bugs link in package.json (#9015)
1 parent 5842d1d commit 34186cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

npm/eslint-plugin-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/eslint-plugin-dev#readme",
4848
"author": "Chris Breiding (chris@cypress.io)",
4949
"bugs": {
50-
"url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=&title="
50+
"url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=bug-report.md"
5151
},
5252
"keywords": [
5353
"cypress",

npm/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
"homepage": "https://on.cypress.io/component-testing",
133133
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
134-
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Freact&template=component-testing.md&title=",
134+
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Freact&template=bug-report.md",
135135
"keywords": [
136136
"react",
137137
"cypress",

npm/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"homepage": "https://on.cypress.io/component-testing",
6868
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
69-
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=component-testing.md&title=",
69+
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=bug-report.md",
7070
"keywords": [
7171
"cypress",
7272
"vue"

npm/webpack-preprocessor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor#readme",
8484
"author": "Chris Breiding <chris@cypress.io>",
85-
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=&title=",
85+
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A %40cypress%2Fwebpack-preprocessor&template=bug-report.md",
8686
"keywords": [
8787
"cypress",
8888
"cypress-plugin",

0 commit comments

Comments
 (0)