fix: add use strict for node 4 compatibility

This commit is contained in:
vince 2018-06-15 17:44:47 +02:00
parent e3a6aea748
commit ba2ee3b1ea

View File

@ -1,3 +1,5 @@
'use strict'
module.exports = {
injectModules: function() {
if (process.env.pmx !== 'false') {