UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

14 lines (12 loc) 251 B
var pkg = require('../../package.json'); /** * A custom user agent use for binary downloads. * * @api private */ module.exports = function() { return [ 'node/', process.version, ' ', 'node-sass-installer/', pkg.version ].join(''); };