Skip to content

Instantly share code, notes, and snippets.

@Luziberto
Forked from lucianobragaweb/getVersion.js
Created May 2, 2020 13:14
Show Gist options
  • Save Luziberto/b5d05f2fd13b1be9c952fd499df23fa8 to your computer and use it in GitHub Desktop.
Save Luziberto/b5d05f2fd13b1be9c952fd499df23fa8 to your computer and use it in GitHub Desktop.
Get App Version package.json
var pjson = require('./package.json');
console.log(pjson.version);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment