UNPKG

jointjs

Version:

JavaScript diagramming library

12 lines (9 loc) 524 B
module.exports = function(grunt) { let template = '/*! <%= pkg.title %> v<%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd") %>) - <%= pkg.description %>\n\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n*/\n'; let opt = { data: { pkg: require('./utils')(grunt).pkg } }; return grunt.template.process(template, opt); };