Skip to content

Commit

Permalink
Merge 5055f18 into e31258a
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbergkh committed Nov 28, 2016
2 parents e31258a + 5055f18 commit 1af34dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- "6"
- "4.4"
script:
- npm run ci
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@


# olog
[![Build Status](https://travis-ci.org/Nordstrom/olog-node.svg)](https://travis-ci.org/Nordstrom/olog-node) [![Coverage Status](https://coveralls.io/repos/github/Nordstrom/olog-node/badge.svg)](https://coveralls.io/github/Nordstrom/olog-node) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)


Opinionated Logging for Node.js - forces prescriptive, disciplined, structured logging. This is logging based on predefined [Schemas]
(SCHEMAS.md) with default fields. Schema names, fields, and message formatting all have defaults but can all be configured.

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "Opinionated Logging for Node.js - forces prescriptive, disciplined, structured logging",
"main": "olog.js",
"scripts": {
"test": "snazzy && istanbul test _mocha",
"test": "snazzy && istanbul cover _mocha",
"lint": "snazzy",
"tdd": "mocha -w"
"tdd": "mocha -w",
"ci": "snazzy && istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand All @@ -30,8 +31,10 @@
},
"homepage": "https://github.com/Nordstrom/olog-node#readme",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.1.1",
"snazzy": "^5.0.0",
"standard": "^8.5.0"
Expand Down

0 comments on commit 1af34dd

Please sign in to comment.