Skip to content

Commit

Permalink
Correct bower homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Mar 4, 2014
1 parent 1490e20 commit d92da8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "log",
"version": "0.1.1",
"homepage": "http://adamschwartz.com/log",
"version": "0.1.2",
"homepage": "http://adamschwartz.co/log",
"authors": [
"Adam Schwartz <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "log",
"repo": "adamschwartz/log",
"version": "0.1.1",
"version": "0.1.2",
"description": "Console.log with style",
"keywords": [],
"main": "log.js",
Expand Down
2 changes: 1 addition & 1 deletion log.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log-with-style",
"version": "0.1.1",
"version": "0.1.2",
"description": "Console.log with style",
"author": "Adam Schwartz <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d92da8a

Please sign in to comment.