lockfile@0.3.4

This commit is contained in:
isaacs
2013-06-07 16:57:07 -07:00
parent 9a944cf82c
commit 8d23308a42
2 changed files with 8 additions and 4 deletions

2
node_modules/lockfile/lockfile.js generated vendored
View File

@@ -215,7 +215,7 @@ function notStale (er, path, opts, cb) {
exports.lock(path, newOpts, cb)
}
var timer = setTimeout(retry, 1000)
var timer = setTimeout(retry, 100)
}
exports.lockSync = function (path, opts) {

10
node_modules/lockfile/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "lockfile",
"version": "0.3.3",
"version": "0.3.4",
"main": "lockfile.js",
"directories": {
"test": "test"
@@ -36,6 +36,10 @@
"bugs": {
"url": "https://github.com/isaacs/lockfile/issues"
},
"_id": "lockfile@0.3.3",
"_from": "lockfile@~0.3.2"
"_id": "lockfile@0.3.4",
"dist": {
"shasum": "932b63546e4915f81b71924b36187740358eda03"
},
"_from": "lockfile@0.3.4",
"_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-0.3.4.tgz"
}