We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b4551 commit a00966fCopy full SHA for a00966f
build.js
@@ -88,8 +88,6 @@ function renew(code) {
88
var commit = '00000000';
89
try {
90
commit = execSync('git rev-parse --short=10 HEAD').toString().trim();
91
- version = execSync('git describe').toString().trim();
92
- version = version.substring(1);
93
whoami = execSync('whoami').toString().trim();
94
} catch (e) {}
95
code = code.replace(/jsPDF.version = '0.0.0'/g, "jsPDF.version = '" + version + "'");
0 commit comments