Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
update package.json and run gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Aug 21, 2017
1 parent ac0453e commit 6e50b6e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 47 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
sudo: false
language: node_js
node_js:
- "node"
install: npm install
script:
- npm test
Expand Down
72 changes: 36 additions & 36 deletions package.json
@@ -1,37 +1,37 @@
{
"title": "Full",
"name": "startbootstrap-full",
"version": "4.0.0-beta",
"description": "A fixed, full page image background HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/full",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-full/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-full.git"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"jquery": "^3.2.1",
"popper.js": "^1.11.1"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1"
}
}
"title": "Full",
"name": "startbootstrap-full",
"version": "4.0.0-beta",
"description": "A fixed, full page image background HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/full",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-full/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-full.git"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"jquery": "^3.2.1",
"popper.js": "1.12.3"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1"
}
}
30 changes: 20 additions & 10 deletions vendor/popper/popper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e50b6e

Please sign in to comment.