Skip to content

Commit

Permalink
fix(gatsby-cypress): use correct links in package json (#13458)
Browse files Browse the repository at this point in the history
## Description

repository field was linking to an old page which now resolves to a 404. Fixed that and also added a homepage field.

## Related Issues

This may tackle a portion of #13457 but I will leave the issue open as we will likely want to check when the site and the plugin library is rebuilt before closing the issue
  • Loading branch information
lannonbr authored and DSchau committed Apr 18, 2019
1 parent 871923a commit f55cf46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.1.7",
"description": "Cypress tools for Gatsby projects",
"main": "index.js",
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cypress-commands#readme",
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cypress",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cypress#readme",
"author": "David Bailey <david.j.b@vivaldi.net>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit f55cf46

Please sign in to comment.