UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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(''); };