mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
11 lines
167 B
JavaScript
11 lines
167 B
JavaScript
var pnpm = {}
|
|
|
|
Object.defineProperty(pnpm, 'install', {
|
|
enumerable: true,
|
|
get: function () {
|
|
return require('./lib/cmd/install')
|
|
}
|
|
})
|
|
|
|
module.exports = pnpm
|