diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c40713..13f7666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +- **Added**: Use [`nanoassert`](https://github.com/emilbayes/nanoassert) in the browser. + ## 6.2.0 - 2017-08-18 - **Added**: `afterreorder` event which is called after your component is remounted on sibbling reorders. diff --git a/package.json b/package.json index fe96796..033f90c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "test": "run-s test:*", - "test:deps": "dependency-check . && dependency-check . --extra --no-dev", + "test:deps": "dependency-check .", "test:node": "NODE_ENV=test node test/node.js | tap-format-spec", "test:browser": "browserify test/browser/index.js | tape-run | tap-format-spec", "test:lint": "standard *.js",