Skip to content

Commit

Permalink
Move busboy from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-robey committed Sep 9, 2022
1 parent 0580767 commit 0a9785b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/node": "^17.0.29",
"abort-controller": "^3.0.0",
"atomic-sleep": "^1.0.0",
"busboy": "^1.6.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-iterator": "^3.0.2",
Expand Down Expand Up @@ -122,5 +121,8 @@
"testMatch": [
"<rootDir>/test/jest/**"
]
},
"dependencies": {
"busboy": "^1.6.0"
}
}

0 comments on commit 0a9785b

Please sign in to comment.