Skip to content

Commit dd721a4

Browse files
committed
Fix dep check
1 parent 91acc3d commit dd721a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## Unreleased
6+
7+
- **Added**: Use [`nanoassert`](https://github.com/emilbayes/nanoassert) in the browser.
8+
59
## 6.2.0 - 2017-08-18
610

711
- **Added**: `afterreorder` event which is called after your component is remounted on sibbling reorders.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"test": "run-s test:*",
11-
"test:deps": "dependency-check . && dependency-check . --extra --no-dev",
11+
"test:deps": "dependency-check .",
1212
"test:node": "NODE_ENV=test node test/node.js | tap-format-spec",
1313
"test:browser": "browserify test/browser/index.js | tape-run | tap-format-spec",
1414
"test:lint": "standard *.js",

0 commit comments

Comments
 (0)