Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Additional note: Bower main shouldn't include minified JS
  • Loading branch information
adamschwartz committed Mar 31, 2015
1 parent fadf243 commit 86a79c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "log",
"version": "0.1.5",
"version": "0.2.0",
"homepage": "http://adamschwartz.co/log",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"description": "Console.log with style",
"main": [
"log.js",
"log.min.js"
"log.js"
],
"keywords": [
"log",
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.5",
"version": "0.2.0",
"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.5",
"version": "0.2.0",
"description": "Console.log with style",
"author": "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"repository": "git://github.com/adamschwartz/log",
Expand Down

0 comments on commit 86a79c7

Please sign in to comment.