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-05-11 04:24:00 +0400
committerisaacs <i@izs.me>2013-05-11 04:24:00 +0400
commit25ad7461738ee1f4cef482d7c8a3f3a5c1e41fa5 (patch)
treefbc379990fc95bbca9903ef706ac7a8b2a307109 /node_modules
parent539e39605231521b79194177879d81fdb9f57a5d (diff)
lockfile@0.3.2
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/lockfile/lockfile.js2
-rw-r--r--node_modules/lockfile/package.json10
2 files changed, 5 insertions, 7 deletions
diff --git a/node_modules/lockfile/lockfile.js b/node_modules/lockfile/lockfile.js
index 462127960..6752a0362 100644
--- a/node_modules/lockfile/lockfile.js
+++ b/node_modules/lockfile/lockfile.js
@@ -208,9 +208,7 @@ exports.lockSync = function (path, opts) {
// with subsecond stat precision, but that's acceptable
// in exchange for not mistakenly removing locks on
// most other systems.
- console.error('1bump up stale', opts.stale)
opts.stale = 1000 * Math.ceil(opts.stale / 1000)
- console.error('2bump up stale', opts.stale)
}
var age = Date.now() - ct
if (age > opts.stale) {
diff --git a/node_modules/lockfile/package.json b/node_modules/lockfile/package.json
index 77b6da211..50cb72eec 100644
--- a/node_modules/lockfile/package.json
+++ b/node_modules/lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile",
- "version": "0.3.1",
+ "version": "0.3.2",
"main": "lockfile.js",
"directories": {
"test": "test"
@@ -36,10 +36,10 @@
"bugs": {
"url": "https://github.com/isaacs/lockfile/issues"
},
- "_id": "lockfile@0.3.1",
+ "_id": "lockfile@0.3.2",
"dist": {
- "shasum": "8b1772b4a9f16d964db05951ce6697825ed248e8"
+ "shasum": "542261743479f9f907be30441f5d6b95e8b95722"
},
- "_from": "lockfile@0.3.1",
- "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-0.3.1.tgz"
+ "_from": "lockfile@0.3.2",
+ "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-0.3.2.tgz"
}