Skip to content

Commit

Permalink
fix: catch-links should use gatsby for push (#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored and pieh committed Jul 17, 2018
1 parent 749c641 commit a3b5b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
"gatsby": ">2.0.0-beta"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/src/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { push } from "gatsby-link"
import { push } from "gatsby"

import catchLinks from "./catch-links"

Expand Down

0 comments on commit a3b5b2d

Please sign in to comment.