statsd-client
Advanced tools
Comparing version 0.4.4 to 0.4.5
var net = require('net'); | ||
var debug = require('util').debuglog('stats-client'); | ||
var debug = require('util').debuglog('statsd-client'); | ||
@@ -4,0 +4,0 @@ /*global console*/ |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"homepage": "https://github.com/msiebuhr/node-statsd-client", | ||
@@ -27,2 +27,3 @@ "bugs": "https://github.com/msiebuhr/node-statsd-client/issues", | ||
"mocha": "~1.6.0", | ||
"offline-github-changelog": "^1.6.1", | ||
"sinon": "^1.17.3", | ||
@@ -32,3 +33,4 @@ "supertest": "^1.2.0" | ||
"scripts": { | ||
"test": "mocha -R spec && eslint ." | ||
"test": "mocha -R spec && eslint .", | ||
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md" | ||
}, | ||
@@ -35,0 +37,0 @@ "license": "MIT", |
@@ -255,2 +255,7 @@ node-statsd-client | ||
RELEASES | ||
-------- | ||
See the [changelog](CHANGELOG.md). | ||
LICENSE | ||
@@ -257,0 +262,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
56908
12
265
7