Skip to content

Commit

Permalink
okay I will get this right eventually #1
Browse files Browse the repository at this point in the history
  • Loading branch information
herereadthis committed Jun 14, 2014
1 parent 957f225 commit e40829b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "bellmaker",
"description": "Responsive CSS media queries for LESS and SASS, with device-agnostic and device-specific breakpoints",
"version": "0.1.3",
"version": "0.1.4",
"authors": [
"Jimmy Ha <herereadthis@gmail.com>"
],
"description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints",
"homepage": "http://herereadthis.com",
"main": [
"src/less/main.less",
"src/sass/_mixins_variables.scss",
"src/css/main.less-minified.css",
"src/css/main.sass-minified.css"
],
"license": "MIT",
"ignore": [
".bowerrc",
".gitignore",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bellmaker",
"version": "0.1.3",
"description": "Responsive CSS media queries for LESS and SASS, with device-agnostic and device-specific breakpoints",
"version": "0.1.4",
"description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit e40829b

Please sign in to comment.