Skip to content

Commit

Permalink
renamed files, added bower
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Nov 16, 2015
1 parent e3a59e0 commit 276f169
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
.DS_Store
.codekit-cache
/bower_components
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "bootstrap-block-grid",
"homepage": "https://github.com/JohnnyTheTank/bootstrap-block-grid",
"authors": [
"Jonathan Hornung <[email protected]>"
],
"version": "1.0.0",
"description": "block grid for bootstrap",
"main": "dist/bootstrap-block-grid.min.css",
"moduleType": [
"globals"
],
"keywords": [
"bootstrap",
"blockgrid",
"gridblock",
"css",
"scss"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "*"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 276f169

Please sign in to comment.