Skip to content

Commit 8df1887

Browse files
authored
Merge pull request #20 from LekoArts/patch-1
fix: Set correct gatsby peer dep
2 parents d0479af + 31a2c6a commit 8df1887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/codeAdrian/gatsby-omni-font-loader"
2828
},
2929
"peerDependencies": {
30-
"gatsby": ">=1",
30+
"gatsby": "^2.0.0 || ^3.0.0",
3131
"react-helmet": ">=6.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)