Files
pnpm/lib/api/install_pkg_deps.js
Zoltan Kochan 83b1e6a34b Implement pnpm link (#302)
close #235
2016-08-19 18:33:55 +03:00

5 lines
94 B
JavaScript

'use strict'
const install = require('./install')
module.exports = opts => install({}, opts)