Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-08 03:57:07 +0400
committerisaacs <i@izs.me>2013-06-08 03:57:25 +0400
commit8d23308a42f6cf4aec6d634561dec75ff7fb9b61 (patch)
treee6a46e8a29e684a5d39db8524c0744c68e8d1de3 /node_modules/lockfile
parent9a944cf82c8ddec3aa2a43fc339936f2b660c877 (diff)
lockfile@0.3.4
Diffstat (limited to 'node_modules/lockfile')
-rw-r--r--node_modules/lockfile/lockfile.js2
-rw-r--r--node_modules/lockfile/package.json10
2 files changed, 8 insertions, 4 deletions
diff --git a/node_modules/lockfile/lockfile.js b/node_modules/lockfile/lockfile.js
index a88940808..87bcaf6ae 100644
--- a/node_modules/lockfile/lockfile.js
+++ b/node_modules/lockfile/lockfile.js
@@ -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) {
diff --git a/node_modules/lockfile/package.json b/node_modules/lockfile/package.json
index 6a5ee1fee..f8ee2d643 100644
--- a/node_modules/lockfile/package.json
+++ b/node_modules/lockfile/package.json
@@ -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"
}