[Pkg-javascript-commits] [node-lexical-scope] 35/83: remove superfluous dep

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


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

rouca pushed a commit to branch master
in repository node-lexical-scope.

commit 75aebc2f9a56d85a35b4aa9d7c94579bae1724a6
Author: James Halliday <mail at substack.net>
Date:   Sat Mar 30 11:41:35 2013 -0700

    remove superfluous dep
---
 index.js     | 1 -
 package.json | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/index.js b/index.js
index d292293..c44f060 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,4 @@
 var astw = require('astw');
-var deparse = require('escodegen').generate;
 
 module.exports = function (src) {
     var locals = {};
diff --git a/package.json b/package.json
index fadf6ab..a2935b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "lexical-scope",
-    "version": "0.0.7",
+    "version": "0.0.8",
     "description": "detect global and local lexical identifiers from javascript source code",
     "main": "index.js",
     "dependencies": {

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



More information about the Pkg-javascript-commits mailing list