UNPKG

103 BJavaScriptView Raw
1'use strict';
2
3module.exports = function getTag() {
4 return process.env.npm_config_tag || 'latest';
5};