Skip to content

Commit

Permalink
add missing warning dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer committed Mar 22, 2020
1 parent 7165e9d commit eb4bf3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"typescript": "^3.7.5"
},
"dependencies": {
"raf": "^3.4.1"
"raf": "^3.4.1",
"warning": "^4.0.3"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down

0 comments on commit eb4bf3c

Please sign in to comment.