UNPKG

@moodlehq/cordova-plugin-qrscanner

Version:
12 lines (11 loc) 276 B
/*global require:false*/ var replace = require("replace"); var now = Date.now(); console.log('Replacing the {{TIMESTAMP}} in config.xml...'); replace({ regex: "{{TIMESTAMP}}", replacement: now, paths: ['./config.xml'], recursive: false, silent: false, });