[Pkg-javascript-commits] [node-glob] 01/09: Imported Upstream version 3.2.6

Jérémy Lal kapouer at alioth.debian.org
Wed Aug 21 07:05:06 UTC 2013


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

kapouer pushed a commit to branch master
in repository node-glob.

commit a15c7452a86591e975f6e7171331f8f6b6ef6767
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Aug 15 11:55:26 2013 +0200

    Imported Upstream version 3.2.6
---
 glob.js                |    2 +-
 package.json           |    5 ++---
 test/bash-results.json |    1 -
 test/nocase-nomagic.js |    2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/glob.js b/glob.js
index f0118a4..176be02 100644
--- a/glob.js
+++ b/glob.js
@@ -36,7 +36,7 @@
 
 module.exports = glob
 
-var fs = require("graceful-fs")
+var fs = require("fs")
 , minimatch = require("minimatch")
 , Minimatch = minimatch.Minimatch
 , inherits = require("inherits")
diff --git a/package.json b/package.json
index 9b1c174..9d5e3d0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Isaac Z. Schlueter <i at izs.me> (http://blog.izs.me/)",
   "name": "glob",
   "description": "a little globber",
-  "version": "3.2.1",
+  "version": "3.2.6",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/node-glob.git"
@@ -13,8 +13,7 @@
   },
   "dependencies": {
     "minimatch": "~0.2.11",
-    "graceful-fs": "~1.2.0",
-    "inherits": "1"
+    "inherits": "2"
   },
   "devDependencies": {
     "tap": "~0.4.0",
diff --git a/test/bash-results.json b/test/bash-results.json
index a9bc347..3ffadba 100644
--- a/test/bash-results.json
+++ b/test/bash-results.json
@@ -283,7 +283,6 @@
   "{./*/*,/tmp/glob-test/*}": [
     "./examples/g.js",
     "./examples/usr-local.js",
-    "./node_modules/graceful-fs",
     "./node_modules/inherits",
     "./node_modules/minimatch",
     "./node_modules/mkdirp",
diff --git a/test/nocase-nomagic.js b/test/nocase-nomagic.js
index d862970..2503f23 100644
--- a/test/nocase-nomagic.js
+++ b/test/nocase-nomagic.js
@@ -1,4 +1,4 @@
-var fs = require('graceful-fs');
+var fs = require('fs');
 var test = require('tap').test;
 var glob = require('../');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-glob.git



More information about the Pkg-javascript-commits mailing list