diff --git a/lib/utils.js b/lib/utils.js index 68e3f4b..995da0d 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,9 +1,6 @@ -var path = require('path'), - fs = require('fs'); - var templates = { - 'encrypted-key': require('./templates/encrypted-key.tpl.xml'), - 'keyinfo': require('./templates/keyinfo.tpl.xml'), + 'encrypted-key': require('./templates/encrypted-key.tpl.xml.js'), + 'keyinfo': require('./templates/keyinfo.tpl.xml.js'), }; function renderTemplate(file, data) {