Skip to content

Commit

Permalink
Merge pull request #48 from mattstratton/bootstrap-4#41
Browse files Browse the repository at this point in the history
[WIP] Update to Bootstrap 4
  • Loading branch information
mattstratton authored Apr 26, 2017
2 parents c5c4a15 + f867378 commit b9e3ff0
Show file tree
Hide file tree
Showing 156 changed files with 6,410 additions and 21,158 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/mattstratton/castanet.svg?branch=master)](https://travis-ci.org/devopsdays/devopsdays-theme)
[![GitHub release](https://img.shields.io/github/release/mattstratton/castanet.svg)](https://github.com/qubyte/rubidium/releases)
[![Github All Releases](https://img.shields.io/github/downloads/mattstratton/castanet/total.svg)]()
[![license](https://img.shields.io/github/license/mattstratton/castanet.svg)]()

[![Stories in Ready](https://badge.waffle.io/mattstratton/castanet.svg?label=ready&title=Ready)](http://waffle.io/mattstratton/devopsdays-web) [![Stories in Progress](https://badge.waffle.io/mattstratton/castanetb.svg?label=ready&title=In%20Progress)](http://waffle.io/mattstratton/devopsdays-web)
Expand Down
44 changes: 44 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "my-new-project",
"authors": [
"John Doe <[email protected]> (http://johndoe.com)"
],
"description": "CodeKit automatically generated this file. You should customize it according to: https://github.com/bower/spec/blob/master/json.md",
"main": [
"index.html",
"main.js"
],
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"keywords": [
"none"
],
"license": "MIT",
"homepage": "https://google.com",
"repository": {
"type": "git",
"url": "git://github.com/foo/bar.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"jssocials": "^1.4.0",
"font-awesome": "^4.7.0",
"audiojs": "^1.0.1"
},
"resolutions": {
"bootstrap": "4.0.0-alpha.6"
}
}
Loading

0 comments on commit b9e3ff0

Please sign in to comment.