Skip to content

Commit

Permalink
Add repo to package.json and v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed May 12, 2014
1 parent 31dba33 commit 0686bd5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "http://adamschwartz.co/log",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
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.4",
"version": "0.1.5",
"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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "log-with-style",
"version": "0.1.4",
"version": "0.1.5",
"description": "Console.log with style",
"author": "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"repository": "git://github.com/adamschwartz/log",
"license": "MIT",
"main": "log.js",
"devDependencies": {
Expand Down

0 comments on commit 0686bd5

Please sign in to comment.