Skip to content

Commit 27343df

Browse files
authored
Merge pull request #9 from LekoArts/patch-1
fix(docs): Add react-helmet as peerDep
2 parents 2bc8166 + b4aff4d commit 27343df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Performant asynchronous font loading & Flash Of Unstyled Text (FOUT) handling pl
3838

3939
## Install
4040

41-
`npm install --save-dev gatsby-omni-font-loader`
41+
`npm install gatsby-omni-font-loader react-helmet`
4242

4343
or
4444

45-
`yarn add --dev gatsby-omni-font-loader`
45+
`yarn add gatsby-omni-font-loader react-helmet`
4646

4747
## Configuration
4848

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"url": "https://github.com/codeAdrian/gatsby-omni-font-loader"
2828
},
2929
"peerDependencies": {
30-
"gatsby": ">=1"
30+
"gatsby": ">=1",
31+
"react-helmet": "^6.1.0"
3132
}
3233
}

0 commit comments

Comments
 (0)