Files
yahoo-thing/node_modules/latest-version/index.js
2019-01-25 01:39:48 +01:00

5 lines
145 B
JavaScript

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