UNPKG

project-version

Version:
11 lines (8 loc) 182 B
'use strict'; /** * @return {string} The current version of the package. */ function getVersion() { return require('read-pkg').sync().version; } module.exports = getVersion();