assert-diff
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -14,3 +14,3 @@ { | ||
"repository": "git://github.com/pihvi/assert-diff", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "./lib/assert-diff.js", | ||
@@ -23,8 +23,8 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"mocha": "3.2.0" | ||
"mocha": "3.5.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha test/example-passing-tests.js", | ||
"test": "./node_modules/mocha/bin/mocha test/example-passing-tests.js", | ||
"start": "mocha" | ||
} | ||
} |
@@ -10,2 +10,4 @@ Drop-in replacement for assert to give colored diff on command-line with deepEqual. | ||
## Usage ## | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/pihvi/assert-diff.svg)](https://greenkeeper.io/) | ||
```javascript | ||
@@ -39,2 +41,5 @@ var assert = require('assert-diff') | ||
### 1.2.1 Aug 15, 2017 ### | ||
- Add npm lock file | ||
### 1.2.0 Mar 11, 2017 ### | ||
@@ -41,0 +46,0 @@ - Support Node 7 |
Sorry, the diff of this file is not supported yet
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
56321
18
65