Update api docs header

This commit is contained in:
Nick O'Leary
2021-04-27 17:30:30 +01:00
parent 4133f9c56f
commit a0c09fc617
2 changed files with 12 additions and 6 deletions

View File

@@ -40,8 +40,10 @@ module.exports = function(grunt) {
if (nonHeadless) {
process.env.NODE_RED_NON_HEADLESS = true;
}
const pkg = grunt.file.readJSON('package.json');
process.env.NODE_RED_PACKAGE_VERSION = pkg.version;
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
pkg: pkg,
paths: {
dist: ".dist"
},