We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b37728f + 0db3e1b commit a514989Copy full SHA for a514989
package.json
@@ -4,7 +4,7 @@
4
"description": "Hyper fast diffing algorithm for real DOM nodes",
5
"main": "index.js",
6
"scripts": {
7
- "deps": "dependency-check . && dependency-check . --extra --no-dev",
+ "deps": "dependency-check . && dependency-check . --extra --no-dev -i nanoassert",
8
"test": "standard && npm run deps && browserify test/index.js | tape-run",
9
"test:fast": "browserify test/diff.js | tape-run",
10
"start": "bankai start --debug test/diff.js"
@@ -20,7 +20,12 @@
20
"yo-yo"
21
],
22
"license": "MIT",
23
- "dependencies": {},
+ "dependencies": {
24
+ "nanoassert": "^1.1.0"
25
+ },
26
+ "browser": {
27
+ "assert": "nanoassert"
28
29
"devDependencies": {
30
"bankai": "^7.6.2",
31
"bel": "^5.1.1",
0 commit comments