Skip to content

Commit

Permalink
Use nanoassert in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 24, 2017
1 parent feefb5e commit 91acc3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"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",
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 91acc3d

Please sign in to comment.