Skip to content

Commit

Permalink
Config. Bumps version and formats package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shri3k committed Oct 4, 2016
1 parent 74278a2 commit 73ea2a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ indent_style = space
indent_size = 2
max_char = 80

[**.json]
indent_style = space
indent_size = 2
max_char = 80

[**.jsx]
e4x = true
indent_style = space
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunyan-morgan",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gives bunyan like (js object format) format to morgan's log format",
"main": "index.js",
"scripts": {
Expand All @@ -13,14 +13,14 @@
"bunyan-morgan",
"serializer"
],
"repository":{
"type": "git",
"url": "https://github.com/shri3k/bunyan-morgan.git"
},
"homepage": "https://github.com/shri3k/bunyan-morgan/blob/master/README.md",
"bugs": {
"url" : "https://github.com/shri3k/bunyan-morgan/issues"
},
"repository":{
"type": "git",
"url": "https://github.com/shri3k/bunyan-morgan.git"
},
"homepage": "https://github.com/shri3k/bunyan-morgan/blob/master/README.md",
"bugs": {
"url" : "https://github.com/shri3k/bunyan-morgan/issues"
},
"author": "shri3k",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 73ea2a6

Please sign in to comment.