Skip to content

Commit

Permalink
fix: move delay to dev dependencies (fixes #199)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 6, 2021
1 parent 1e9a484 commit 4c720af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,6 @@
},
"dependencies": {
"concat-stream": "^2.0.0",
"delay": "^5.0.0",
"es6-error": "^4.1.1",
"get-stack-trace": "^2.1.1",
"hyperid": "^2.3.1",
Expand All @@ -41,6 +40,7 @@
"devDependencies": {
"@types/concat-stream": "^1.6.1",
"@types/pg": "^8.6.1",
"delay": "^5.0.0",
"@types/pg-copy-streams": "^1.2.1",
"@types/sinon": "^10.0.2",
"@types/through2": "^2.0.36",
Expand Down

0 comments on commit 4c720af

Please sign in to comment.