Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 1139507

Browse files
authored
fix: make it-all a dependency (#6)
`it-all` is directly used in src/base.js, so it should be a dependency, not a devDependency. This fixes an error that yarn pnp raises due to accessing an undeclared dependency.
1 parent 927ec4c commit 1139507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"@types/debug": "^4.1.5",
7575
"aegir": "^35.0.2",
7676
"interface-blockstore-tests": "^2.0.1",
77-
"it-all": "^1.0.4",
7877
"util": "^0.12.4"
7978
},
8079
"dependencies": {
8180
"err-code": "^3.0.1",
8281
"interface-blockstore": "^2.0.2",
8382
"interface-store": "^2.0.1",
83+
"it-all": "^1.0.4",
8484
"it-drain": "^1.0.4",
8585
"it-filter": "^1.0.2",
8686
"it-take": "^1.0.1",

0 commit comments

Comments
 (0)