initial dependencies update

This commit is contained in:
David Miller
2020-06-19 14:35:32 -04:00
parent cfc7db04e7
commit f3d4cb9d9d
19 changed files with 294 additions and 171 deletions

View File

@@ -20,7 +20,7 @@ const pkg = require('./package.json');
const banner = ['/*!\n',
' * Start Bootstrap - <%= pkg.title %> v<%= pkg.version %> (<%= pkg.homepage %>)\n',
' * Copyright 2013-' + (new Date()).getFullYear(), ' <%= pkg.author %>\n',
' * Licensed under <%= pkg.license %> (https://github.com/BlackrockDigital/<%= pkg.name %>/blob/master/LICENSE)\n',
' * Licensed under <%= pkg.license %> (https://github.com/StartBootstrap/<%= pkg.name %>/blob/master/LICENSE)\n',
' */\n',
'\n'
].join('');