@code-to-json/utils
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.8.3](https://github.com/mike-north/code-to-json/compare/@code-to-json/utils@0.8.2...@code-to-json/utils@0.8.3) (2019-01-23) | ||
**Note:** Version bump only for package @code-to-json/utils | ||
## [0.8.2](https://github.com/mike-north/code-to-json/compare/@code-to-json/utils@0.8.1...@code-to-json/utils@0.8.2) (2019-01-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@code-to-json/utils", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "", | ||
@@ -17,2 +17,3 @@ "main": "lib/src/index.js", | ||
"test": "mocha", | ||
"test:debug": "mocha --inspect-brk", | ||
"test:coverage": "nyc npm test", | ||
@@ -97,3 +98,3 @@ "codacy:transmit-coverage": "cat coverage/lcov.info | codacy-coverage", | ||
}, | ||
"gitHead": "feb7e1d5349768e5485cd3245c9f3484fab0459c" | ||
"gitHead": "92e79bb8ee813445f2ef422170c48e70e7e3c762" | ||
} |
76082