UNPKG

check-tag-matches

Version:
8 lines (5 loc) 165 B
'use strict' const getPackageVersionFactory = ({ path }) => cwd => require(path.join(cwd, 'package.json')).version module.exports = getPackageVersionFactory