Skip to content

Commit

Permalink
add missing dev dependency for non-flattening npm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Aug 26, 2021
1 parent 4354feb commit 9b557c6
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
@@ -1,7 +1,7 @@
{
"name": "microreq",
"version": "0.13.3",
"description": "tiny convenience wrapper around http.request",
"description": "tiny full speed convenience wrapper around http.request",
"main": "index.js",
"license": "Apache-2.0",
"engines": { "node": ">= 0.11" },
Expand All @@ -15,6 +15,7 @@
"dependencies": {
},
"devDependencies": {
"qmock": "0.16.3"
},

"scripts": {
Expand Down

0 comments on commit 9b557c6

Please sign in to comment.