serverless/lib/utils/npm-command-deferred.js
Mariusz Nowak ddf3bf40a3 refactor: Centralize npm command resolution
It's to provide a room to support alternative npm locations
2019-12-18 09:36:52 +01:00

4 lines
56 B
JavaScript

'use strict';
module.exports = Promise.resolve('npm');