Skip to content

Commit

Permalink
Merge pull request #49 from choojs/nanoassert
Browse files Browse the repository at this point in the history
Use Nanoassert in the browser
  • Loading branch information
bcomnes authored Aug 24, 2017
2 parents 7c3c923 + dd721a4 commit 9b562d9
Show file tree
Hide file tree
Showing 2 changed files with 9 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
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "6.2.0",
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
"main": "index.js",
"browser": {
"assert": "nanoassert"
},
"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 Expand Up @@ -38,6 +41,7 @@
"homepage": "https://github.com/choojs/nanocomponent#readme",
"dependencies": {
"global": "^4.3.1",
"nanoassert": "^1.1.0",
"nanomorph": "^5.1.2",
"nanotiming": "^6.1.3",
"on-load": "^3.2.0"
Expand Down

0 comments on commit 9b562d9

Please sign in to comment.