wallet-core/node_modules/latest-version/index.js
2017-05-28 00:40:43 +02:00

5 lines
145 B
JavaScript

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