[Pkg-javascript-commits] [node-mocks-http] 227/296: Add dependencies required in `mock-response.js`

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 4252ab1b9463564f3a0d6748bdd013629ffcac6b
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Sat May 23 13:11:31 2015 +0800

    Add dependencies required in `mock-response.js`
---
 package.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b3c1582..cb9a7ce 100644
--- a/package.json
+++ b/package.json
@@ -40,9 +40,13 @@
     "node": ">=0.6"
   },
   "dependencies": {
+    "accepts": "~1.2.7",
     "depd": "^1.0.1",
+    "fresh": "0.2.4",
     "merge-descriptors": "^1.0.0",
-    "mime": "^1.3.4"
+    "mime": "^1.3.4",
+    "parseurl": "~1.3.0",
+    "type-is": "~1.6.2"
   },
   "devDependencies": {
     "chai": "^2.2.0",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list