UNPKG

crx-bump

Version:

Automatically (or with prompts) bump your version number(for Chrome Extension), commit changes, tag, and push to Git

9 lines (6 loc) 224 B
// @ts-check const fs = require('fs') const path = require('path') const pkgPagh = path.resolve(__dirname, '..', `package.json`) const pkg = JSON.parse(fs.readFileSync(pkgPagh, { encoding: 'utf-8' })) module.exports = pkg