Skip to content

Commit

Permalink
more dep on assert
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 2, 2023
1 parent f527866 commit 8c9f831
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
"env": {
"es2022": true,
"mocha": true,
"browser": true,
"node": true
"browser": true
},
"ignorePatterns": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion packages/did-mailto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
"test-watch": "pnpm build && mocha --bail --timeout 10s --watch --parallel -n no-warnings -n experimental-vm-modules -n experimental-fetch --watch-files src,test"
},
"devDependencies": {
"@web3-storage/eslint-config-w3up": "workspace:^",
"@types/mocha": "^10.0.1",
"@web3-storage/eslint-config-w3up": "workspace:^",
"assert": "^2.0.0",
"mocha": "^10.2.0"
},
"eslintConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@
"@types/mocha": "^10.0.1",
"@ucanto/core": "^9.0.0",
"@web-std/blob": "^3.0.5",
"@web3-storage/sigv4": "^1.0.2",
"@web3-storage/eslint-config-w3up": "workspace:^",
"@web3-storage/sigv4": "^1.0.2",
"assert": "^2.0.0",
"is-subset": "^0.1.1",
"mocha": "^10.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c9f831

Please sign in to comment.