Files
commonroutesApp/www/lib/ui-leaflet/grunt/utils/banner.js
2017-01-27 17:49:04 +01:00

7 lines
247 B
JavaScript

module.exports =
'/*!\n' +
'* <%= pkg.name %> <%= pkgFunction().version %> <%= grunt.template.today(\"yyyy-mm-dd\") %>\n' +
'* <%= pkg.description %>\n' +
'* <%= pkg.repository.type %>: <%= pkg.repository.url %>\n' +
'*/\n'