Update to reflect revised package.json

master
Addy Osmani 2015-07-07 09:10:39 +01:00
parent b4fcc2176e
commit 3b1ca01e96
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ var bucketCode = 'gs://code.getmdl.io';
var banner = ['/**',
' * <%= pkg.name %> - <%= pkg.description %>',
' * @version v<%= pkg.version %>',
' * @license <%= pkg.license.type %>',
' * @license <%= pkg.license %>',
' * @copyright 2015 Google, Inc.',
' * @link <%= pkg.homepage %>',
' * @link https://github.com/google/material-design-lite',
' */',
''].join('\n');