[Pkg-javascript-commits] [node-deps-sort] 36/79: fix ref
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:41:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-deps-sort.
commit 7c3c3d8ccac203529610d8fd0fa60763eecab94d
Author: James Halliday <mail at substack.net>
Date: Mon Jul 21 17:53:06 2014 -0700
fix ref
---
index.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
index 758e865..5d437ac 100644
--- a/index.js
+++ b/index.js
@@ -106,7 +106,7 @@ function depCmp (hashes) {
var db = deps[kb];
if (ka === kb) continue;
- if (ha !== hb || (!limit && !sameDeps(da, db, 1))) {
+ if (ha !== hb || (!limit && !cmp(da, db, 1))) {
return false;
}
}
diff --git a/package.json b/package.json
index 65de918..9e03981 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "deps-sort",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "sort module-deps output for deterministic browserify bundles",
"main": "index.js",
"bin": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-deps-sort.git
More information about the Pkg-javascript-commits
mailing list