[Pkg-javascript-commits] [node-module-deps] 288/444: fixed with resolve 0.7.2

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:48:06 UTC 2017


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

rouca pushed a commit to branch master
in repository node-module-deps.

commit 64e9eb93b8da326608a0ea86247be450d3b624e6
Author: James Halliday <mail at substack.net>
Date:   Thu Jul 24 17:21:23 2014 -0700

    fixed with resolve 0.7.2
---
 package.json   | 2 +-
 test/dotdot.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 0a6058e..0c66f22 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "minimist": "~0.2.0",
     "parents": "^1.0.0",
     "readable-stream": "^1.0.27-1",
-    "resolve": "~0.6.3",
+    "resolve": "~0.7.2",
     "shallow-copy": "0.0.1",
     "stream-combiner2": "~1.0.0",
     "subarg": "0.0.1",
diff --git a/test/dotdot.js b/test/dotdot.js
index 7e26b11..d57a4ed 100644
--- a/test/dotdot.js
+++ b/test/dotdot.js
@@ -4,8 +4,8 @@ var through = require('through2');
 
 test(function (t) {
     var expected = [
-        __dirname + '/dotdot/abc/index.js',
-        __dirname + '/dotdot/index.js'
+        __dirname + '/dotdot/index.js',
+        __dirname + '/dotdot/abc/index.js'
     ];
     t.plan(expected.length);
     

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



More information about the Pkg-javascript-commits mailing list