Get package.json version number
Very simple way of getting the version of the package.json file.
In your gulpfile.js you can do something like this:
var pckg = require('./package.json');
console.log(pckg.version);
Written by Ion D. Filho
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Npm
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#