Home Reference Source Test

src/app/lib/npm.js

import npmProfile from 'npm-profile';

export const login = ({ username, password }) =>
  npmProfile.loginCouch(username, password, {
    registry: 'https://registry.npmjs.org',
  });