Skip to content

Commit

Permalink
fix(docz-example-basic): add explicit dependency to scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 27, 2019
1 parent 044f351 commit a4c5f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@emotion/styled": "^10.0.14",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
},
"devDependencies": {
"docz": "^2.0.0-rc.1"
Expand Down

0 comments on commit a4c5f9c

Please sign in to comment.