Skip to content

Commit

Permalink
Update for bower-registry
Browse files Browse the repository at this point in the history
- Adjust main, ignore tests / build process
  • Loading branch information
felics committed Mar 19, 2015
1 parent 489f582 commit e0575c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hagrid

> Streamlined, mixin-based flexbox grid for modern browsers
> Flexbox-first, mixin-based SCSS Grid
## Usage:

Expand Down
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"authors": [
"felics <[email protected]>"
],
"description": "A flexbox-first, semantic and customizable scss grid system with a robust inline-block fallback.",
"main": "fundament.scss",
"description": "Flexbox-first, mixin-based SCSS Grid",
"main": "src/hagrid.scss",
"keywords": [
"scss",
"grid",
Expand All @@ -15,9 +15,9 @@
"homepage": "https://github.com/felics/hagrid.git",
"ignore": [
"node_modules",
"test"
],
"dependencies": {
"normalize.css": "~3.0.2"
}
"__test__",
"gulpfile.js",
"package.json",
".editorconfig"
]
}

0 comments on commit e0575c2

Please sign in to comment.