Skip to content

Commit

Permalink
fix namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Nov 27, 2024
1 parent 33f0f55 commit 0a74290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Take the number of bytes, return a string abbreviated to common sizes (megabyte,

#### Example
```ts
import { humanFilesize } from '@bicycle-codes/util/filesize'
import { humanFilesize } from '@substrate-system/util/filesize'

const size = humanFilesize(10_000)
console.log(size)
Expand Down
2 changes: 1 addition & 1 deletion test/email.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from '@bicycle-codes/tapzero'
import { test } from '@substrate-system/tapzero'
import { isEmailValid } from '../src/email.js'

test('isEmailValid', async t => {
Expand Down

0 comments on commit 0a74290

Please sign in to comment.