[Pkg-javascript-commits] [node-detective] 34/119: update package.json for esprima deps

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:44:32 UTC 2017


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

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

commit 71745bef447ee599644bdc13838928984ded6ada
Author: James Halliday <mail at substack.net>
Date:   Mon Jul 30 07:38:39 2012 -0700

    update package.json for esprima deps
---
 .travis.yml  | 2 +-
 package.json | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f1d0f13..895dbd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
 language: node_js
 node_js:
-  - 0.4
   - 0.6
+  - 0.8
diff --git a/package.json b/package.json
index 97f2912..4fccd42 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name" : "detective",
     "description" : "Find all calls to require() no matter how crazily nested using a proper walk of the AST",
-    "version" : "0.1.1",
+    "version" : "0.2.0",
     "repository" : {
         "type" : "git",
         "url" : "git://github.com/substack/node-detective.git"
@@ -22,13 +22,13 @@
         "test" : "tap test/*.js"
     },
     "dependencies" : {
-        "uglify-js" : "~1.2.5"
+        "esprima" : "~0.9.9"
     },
     "devDependencies" : {
-        "tap" : "~0.2.3"
+        "tap" : "~0.2.6"
     },
     "engines" : {
-        "node" : ">=0.4.0"
+        "node" : ">=0.6.0"
     },
     "license" : "MIT",
     "author" : {

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



More information about the Pkg-javascript-commits mailing list