Skip to content

Commit

Permalink
Fix missing dependency (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshay authored Mar 18, 2021
1 parent e0c2155 commit 7b3125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"index.d.ts"
],
"dependencies": {
"delay": "^5.0.0",
"electron-util": "^0.14.2",
"execa": "^5.0.0",
"file-url": "^3.0.0",
Expand All @@ -26,7 +27,6 @@
},
"devDependencies": {
"ava": "^2.4.0",
"delay": "^5.0.0",
"file-type": "^12.0.0",
"read-chunk": "^3.2.0",
"tsd": "^0.14.0",
Expand Down

0 comments on commit 7b3125a

Please sign in to comment.