• File: postinstall.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/lib/install/action/postinstall.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 274 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict'
var lifecycle = require('../../utils/lifecycle.js')
var packageId = require('../../utils/package-id.js')

module.exports = function (staging, pkg, log, next) {
  log.silly('postinstall', packageId(pkg))
  lifecycle(pkg.package, 'postinstall', pkg.path, next)
}