@debtcollective/tools
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.10.1](https://github.com/debtcollective/disputes/compare/v0.10.0...v0.10.1) (2020-07-22) | ||
**Note:** Version bump only for package @debtcollective/tools | ||
# [0.10.0](https://github.com/debtcollective/disputes/compare/v0.9.1...v0.10.0) (2020-07-13) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@debtcollective/tools", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Disputes app tools", | ||
@@ -25,3 +25,3 @@ "author": "Orlando Del Aguila <orlando@hashlabs.com>", | ||
"pre-commit": "lint-staged", | ||
"test": "jest", | ||
"test": "jest --passWithNoTests", | ||
"test:ci": "jest --coverage --verbose --color --passWithNoTests", | ||
@@ -66,3 +66,3 @@ "test:watch": "jest --watch" | ||
}, | ||
"gitHead": "38d89f72b9cdbc8000cf191e5d07166025520ffc" | ||
"gitHead": "d8461ae1643e7d8a0738f283f9f2f92953234dec" | ||
} |
71869