Skip to content

Commit

Permalink
chore(gatsby-link): declare gatsby v1 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Jan 27, 2018
1 parent 46de022 commit b55b9d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"peerDependencies": {
"gatsby": "^1.0.0"
},
"dependencies": {
"@types/react-router-dom": "^4.2.2",
"babel-runtime": "^6.26.0",
"prop-types": "^15.5.8",
"react-router-dom": "^4.2.2",
"ric": "^1.3.0"
}
}

0 comments on commit b55b9d8

Please sign in to comment.