Skip to content

Commit

Permalink
Add v2.0.0 of Mithril for peer dependencies
Browse files Browse the repository at this point in the history
This will prevent the error when doing an npm install: `npm WARN @storybook/[email protected] requires a peer of mithril@^1.1.6 but none is installed. You must install peer dependencies yourself.` #11742
  • Loading branch information
josephspurrier authored Aug 25, 2020
1 parent 458e345 commit 88fc072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"peerDependencies": {
"@babel/core": "*",
"mithril": "^1.1.6",
"mithril": "^1.1.6 || ^2.0.0",
"react": "*",
"react-dom": "*"
},
Expand Down

0 comments on commit 88fc072

Please sign in to comment.