repo migration

This commit is contained in:
David Miller 2020-06-17 17:51:44 -04:00
parent d8e75b12f7
commit dda216c786
4 changed files with 4 additions and 4 deletions

2
dist/css/styles.css vendored
View File

@ -2,7 +2,7 @@
/*! /*!
* Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2020 Start Bootstrap * Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */
/*! /*!
* Bootstrap v4.5.0 (https://getbootstrap.com/) * Bootstrap v4.5.0 (https://getbootstrap.com/)

2
dist/js/scripts.js vendored
View File

@ -1,7 +1,7 @@
/*! /*!
* Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2020 Start Bootstrap * Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */
(function ($) { (function ($) {
"use strict"; // Start of use strict "use strict"; // Start of use strict

View File

@ -11,7 +11,7 @@ module.exports = function renderScripts() {
const copyright = `/*! const copyright = `/*!
* Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage}) * Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage})
* Copyright 2013-${new Date().getFullYear()} ${packageJSON.author} * Copyright 2013-${new Date().getFullYear()} ${packageJSON.author}
* Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE) * Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE)
*/ */
` `
const scriptsJS = fs.readFileSync(sourcePath); const scriptsJS = fs.readFileSync(sourcePath);

View File

@ -36,7 +36,7 @@ module.exports = function renderSCSS() {
const entryPoint = `/*! const entryPoint = `/*!
* Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage}) * Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage})
* Copyright 2013-${new Date().getFullYear()} ${packageJSON.author} * Copyright 2013-${new Date().getFullYear()} ${packageJSON.author}
* Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE) * Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE)
*/ */
@import "${stylesPath}" @import "${stylesPath}"
` `