Fix banner generation
Included `license`, but `package.json` changes require to link to `.type` instead.
This commit is contained in:
parent
1ebee0cd0e
commit
94aa9677da
@ -33,7 +33,7 @@ var banner = ['/**',
|
|||||||
' * <%= pkg.name %> - <%= pkg.description %>',
|
' * <%= pkg.name %> - <%= pkg.description %>',
|
||||||
' * @version v<%= pkg.version %>',
|
' * @version v<%= pkg.version %>',
|
||||||
' * @link <%= pkg.homepage %>',
|
' * @link <%= pkg.homepage %>',
|
||||||
' * @license <%= pkg.license %>',
|
' * @license <%= pkg.license.type %>',
|
||||||
' */',
|
' */',
|
||||||
''].join('\n');
|
''].join('\n');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user