Skip to content

Commit

Permalink
1.0.6 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 10, 2015
1 parent 72c10f4 commit a1ac35a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acho",
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
"version": "1.0.5",
"version": "1.0.6",
"authors": [
"Kiko Beats [email protected]"
],
Expand All @@ -12,11 +12,10 @@
"test",
"tests"
],

"homepage": "https://github.com/Kikobeats/acho",
"keywords": [
"log",
"logging"
"logging",
"logger"
],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acho",
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/acho.js"
}
4 changes: 2 additions & 2 deletions dist/acho.js

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acho",
"version": "1.0.5",
"version": "1.0.6",
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
"author": {
"name": "Kiko Beats",
Expand All @@ -18,12 +18,12 @@
},
"keywords": [
"log",
"logging"
"logging",
"logger"
],
"dependencies": {
"chalk": "*",
"coffee-script": "*",
"coffee-script": "*"
},
"devDependencies": {
"browserify": "*",
Expand Down

0 comments on commit a1ac35a

Please sign in to comment.