UNPKG

npm-npw

Version:

Wraps `npm 5` with extra commands and corrects line-endings in `package*.json` to match .git config.

9 lines (6 loc) 120 B
'use strict'; const npmSpawner = require('./npm/spawner'); module.exports = { npmSpawner, // yarnSpawner };