Skip to content

Commit

Permalink
Merge pull request #14 from luke-john/fix/add-missing-peer-dependency
Browse files Browse the repository at this point in the history
fix(peerDependencies): add missing peer dependency cheerio
  • Loading branch information
JakeGinnivan authored Jan 16, 2019
2 parents f2fd706 + 20dc7d8 commit 06fb463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"peerDependencies": {
"@types/webpack": ">=4.0.0",
"cheerio": "^1.0.0-rc.2",
"express": ">=4.0.0",
"react": ">= 16.0.0",
"react-dom": ">= 16.0.0",
Expand Down

0 comments on commit 06fb463

Please sign in to comment.