chore: update homepage field to point to marketing site (#28133)

This commit is contained in:
Adam Stone-Lord
2023-10-25 11:36:51 -04:00
committed by GitHub
parent 186f725da4
commit 09fa9d7a6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ exports['package.json build outputs expected properties 1'] = {
'version': 'x.y.z',
'buildInfo': 'replaced by normalizePackageJson',
'description': 'Cypress is a next generation front end testing tool built for the modern web',
'homepage': 'https://github.com/cypress-io/cypress',
'homepage': 'https://cypress.io',
'license': 'MIT',
'bugs': {
'url': 'https://github.com/cypress-io/cypress/issues',
+1 -1
View File
@@ -221,7 +221,7 @@
"type": "git",
"url": "https://github.com/cypress-io/cypress.git"
},
"homepage": "https://github.com/cypress-io/cypress",
"homepage": "https://cypress.io",
"bugs": {
"url": "https://github.com/cypress-io/cypress/issues"
},