[Pkg-javascript-commits] [node-stack-utils] 60/67: Use lodash.flatten instead of flatten
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53: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-stack-utils.
commit 333a7aeea0139006466d3e37cd784f165deb3f00
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Aug 21 16:50:23 2017 +0200
Use lodash.flatten instead of flatten
Forwarded: no
---
test/_utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/_utils.js b/test/_utils.js
index b80c7e7..ba0d282 100644
--- a/test/_utils.js
+++ b/test/_utils.js
@@ -1,4 +1,4 @@
-var flatten = require('flatten');
+var flatten = require('lodash.flatten');
var path = require('path');
module.exports.join = join;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list