mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-04 13:16:42 +00:00
Cleanup uglify banner
This commit is contained in:
parent
01061b8fe9
commit
8a0f6f9bfd
@ -125,8 +125,9 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
options: {
|
||||
banner: '/*! OpenPGPjs.org this is LGPL licensed code, see LICENSE/our website for more information.- v<%= pkg.version %> - ' +
|
||||
'<%= grunt.template.today("yyyy-mm-dd") %> */'
|
||||
banner: '/*! OpenPGP.js v<%= pkg.version %> - ' +
|
||||
'<%= grunt.template.today("yyyy-mm-dd") %> - ' +
|
||||
'this is LGPL licensed code, see LICENSE/our website <%= pkg.homepage %> for more information. */'
|
||||
}
|
||||
},
|
||||
jsbeautifier: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user