UNPKG

local-version

Version:

A "package.json" version number fetcher for local Node module installations. Async and sync.

3 lines 68 B
module.exports = { version: require('../package.json').version; };