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