Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "logformat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "stringify objects into searchable strings", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/tcort/logformat.git" | ||
"url": "git://github.com/ssimicro/logformat.git" | ||
}, | ||
@@ -24,8 +24,8 @@ "keywords": [ | ||
], | ||
"author": "Thomas Cort <thomasc@ssimicro.com>", | ||
"author": "SSi Micro Ltd <propellorheads@ssimicro.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tcort/logformat/issues" | ||
"url": "https://github.com/ssimicro/logformat/issues" | ||
}, | ||
"homepage": "https://github.com/tcort/logformat#readme", | ||
"homepage": "https://github.com/ssimicro/logformat#readme", | ||
"dependencies": { | ||
@@ -32,0 +32,0 @@ "lodash": "^3.10.1" |
@@ -32,2 +32,6 @@ # logformat | ||
## Installation | ||
npm install --save logformat | ||
## API | ||
@@ -56,2 +60,8 @@ | ||
## Testing | ||
There is an automated test suite: | ||
npm test | ||
## License | ||
@@ -58,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9035
88