Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit ba02297

Browse files
authored
fix: add missing test-util-ipfs-example deps (#38)
A couple of the examples were missing the `test-util-ipfs-example` dep.
1 parent 6e94059 commit ba02297

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/browser-angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"node-polyfill-webpack-plugin": "^1.1.4",
4444
"playwright": "^1.12.3",
4545
"rimraf": "^3.0.2",
46+
"test-util-ipfs-example": "^1.0.2",
4647
"typescript": "~4.3.5"
4748
}
4849
}

examples/browser-ipns-publish/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"ipfsd-ctl": "^10.0.3",
4242
"parcel": "latest",
4343
"playwright": "^1.12.3",
44-
"rimraf": "^3.0.2"
44+
"rimraf": "^3.0.2",
45+
"test-util-ipfs-example": "^1.0.2"
4546
}
4647
}

0 commit comments

Comments
 (0)