[Pkg-javascript-commits] [node-module-deps] 55/444: remove superfluous shell-quote dependency
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:47:42 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 0d409b6c9cfcbf5b91732cacdc358535b7a405eb
Author: James Halliday <mail at substack.net>
Date: Wed Feb 27 22:27:05 2013 -0800
remove superfluous shell-quote dependency
---
index.js | 1 -
package.json | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/index.js b/index.js
index c537f11..de4c3e6 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,6 @@
var fs = require('fs');
var path = require('path');
var spawn = require('child_process').spawn;
-var parseShell = require('shell-quote').parse;
var browserResolve = require('browser-resolve');
var nodeResolve = require('resolve');
diff --git a/package.json b/package.json
index efba79d..0216f9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "module-deps",
- "version": "0.4.4",
+ "version": "0.4.5",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
"main": "index.js",
"bin": {
@@ -11,7 +11,6 @@
"JSONStream": "~0.4.3",
"browser-resolve": "~0.0.3",
"resolve": "~0.3.0",
- "shell-quote": "~0.0.1",
"detective": "~1.1.0"
},
"devDependencies": {
--
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