Skip to content

Commit

Permalink
Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Brumm committed Nov 19, 2014
1 parent cd43aa7 commit 0dd8bcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "juice",
"description": "Mixins for Life",
"version": "1.0.0",
"version": "0.0.1",
"homepage": "http://juicynex.us/juice",
"main": "dist/juice.scss",
"authors": "Kyle Brumm <kjbrum@msn.com>",
"dependencies": {},
"devDependencies": {},
"license": "MIT",
"ignore": [
"./!(dist)"
"*.*",
"build",
"img",
"js",
"sass"
]
}

0 comments on commit 0dd8bcd

Please sign in to comment.