mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
'use strict'
|
|
const install = require('./install')
|
|
|
|
module.exports = opts => install({}, opts)
|