Files
APP-SIGMA-WEB/node_modules/latest-version/index.js
2022-02-25 13:15:51 -05:00

5 lines
145 B
JavaScript

'use strict';
const packageJson = require('package-json');
module.exports = name => packageJson(name.toLowerCase()).then(data => data.version);