Skip to content

Commit

Permalink
Fix dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 24, 2017
1 parent 91acc3d commit dd721a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd721a4

Please sign in to comment.