'use strict'
var path = require('path')
module.exports = function (top, buildpath, pkg, log, next) {
if (pkg.package.version !== pkg.oldPkg.package.version) {
log.warn('update-linked', path.relative(top, pkg.path), 'needs updating to', pkg.package.version,
'from', pkg.oldPkg.package.version, "but we can't, as it's a symlink")
}
next()
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| build.js | File | 425 B | 0644 |
|
| extract.js | File | 2.79 KB | 0644 |
|
| fetch.js | File | 882 B | 0644 |
|
| finalize.js | File | 2.74 KB | 0644 |
|
| global-install.js | File | 606 B | 0644 |
|
| global-link.js | File | 242 B | 0644 |
|
| install.js | File | 298 B | 0644 |
|
| move.js | File | 3.16 KB | 0644 |
|
| postinstall.js | File | 306 B | 0644 |
|
| preinstall.js | File | 305 B | 0644 |
|
| prepublish.js | File | 305 B | 0644 |
|
| remove.js | File | 2.42 KB | 0644 |
|
| test.js | File | 293 B | 0644 |
|
| update-linked.js | File | 356 B | 0644 |
|