build and update version

This commit is contained in:
David Miller 2019-05-29 14:06:03 -04:00
parent 03db475157
commit 5b16006a25
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*! /*!
* Start Bootstrap - Agency v5.1.1 (https://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v5.2.0 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2019 Start Bootstrap * Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
*/ */

2
css/agency.min.css vendored

File diff suppressed because one or more lines are too long

2
js/agency.min.js vendored
View File

@ -1,5 +1,5 @@
/*! /*!
* Start Bootstrap - Agency v5.1.1 (https://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v5.2.0 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2019 Start Bootstrap * Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
*/ */

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "5.1.1", "version": "5.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"title": "Agency", "title": "Agency",
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "5.1.1", "version": "5.2.0",
"scripts": { "scripts": {
"start": "gulp watch" "start": "gulp watch"
}, },