Skip to content

Commit 31a2c6a

Browse files
authored
fix: Set correct gatsby peer dep
1 parent d0479af commit 31a2c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)