[Pkg-javascript-commits] [node-stream-http] 06/10: Use extend instead of xtend

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 20 13:54:26 UTC 2017


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

rouca pushed a commit to branch master
in repository node-stream-http.

commit f1fb79cd64cab5284486de1c7eb44a1efa1610fd
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Jun 12 16:17:47 2017 +0200

    Use extend instead of xtend
    
    Forwarded: no
---
 index.js     | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index 829290c..4443ffa 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 var ClientRequest = require('./lib/request')
-var extend = require('xtend')
+var extend = require('extend')
 var statusCodes = require('builtin-status-codes')
 var url = require('url')
 
diff --git a/package.json b/package.json
index a664bb4..5fd39e3 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
     "inherits": "^2.0.1",
     "readable-stream": "^2.2.6",
     "to-arraybuffer": "^1.0.0",
-    "xtend": "^4.0.0"
+    "extend": "^2.0.0"
   },
   "devDependencies": {
     "basic-auth": "^1.0.3",

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



More information about the Pkg-javascript-commits mailing list