Created
May 2, 2020 13:10
-
-
Save lucianobragaweb/140870cd88a2e024db9e8c63864f2bda to your computer and use it in GitHub Desktop.
Get App Version package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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