mirror of
https://github.com/zhigang1992/npm.git
synced 2026-05-20 04:12:06 +08:00
lockfile@0.3.4
This commit is contained in:
2
node_modules/lockfile/lockfile.js
generated
vendored
2
node_modules/lockfile/lockfile.js
generated
vendored
@@ -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
10
node_modules/lockfile/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user