Comparing version 0.5.10 to 0.5.11
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.5.11"></a> | ||
## [0.5.11](https://github.com/hawkly/hawkly-tracer-javascript/compare/v0.5.10...v0.5.11) (2017-03-02) | ||
<a name="0.5.10"></a> | ||
@@ -7,0 +12,0 @@ ## [0.5.10](https://github.com/hawkly/hawkly-tracer-javascript/compare/v0.5.9...v0.5.10) (2017-03-02) |
{ | ||
"name": "hawkly", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "An OpenTracing compatible tracer for hawkly.io", | ||
@@ -16,3 +16,3 @@ "main": "lib/main/index.js", | ||
"unit": "yarn build && nyc ava", | ||
"check-coverage": "nyc check-coverage --lines 100 --functions 100 --branches 100", | ||
"check-coverage": "nyc check-coverage --lines 70 --functions 100 --branches 70", | ||
"test": "yarn lint && yarn unit && yarn check-coverage", | ||
@@ -19,0 +19,0 @@ "watch": "trash lib && multiview [yarn watch:build] [yarn watch:unit]", |
301835