Skip to content

Commit

Permalink
deps bump and change link
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Sep 26, 2021
1 parent 529da3d commit 879598b
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 @@ -16,5 +16,5 @@ const { collections } = await slate.getUserData()
const { filename } = await slate.uploadFile('logo.png')
```

[docs-badge]: https://img.shields.io/github/v/release/deno-libs/slate?color=yellow&label=Docs&logo=deno&style=flat-square
[docs-badge]: https://img.shields.io/github/v/release/deno-web3/slate?color=yellow&label=Docs&logo=deno&style=flat-square
[docs]: https://doc.deno.land/https/deno.land/x/slate/mod.ts
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { contentType } from 'https://deno.land/x/media_types@v2.9.2/mod.ts'
import { contentType } from 'https://deno.land/x/media_types@v2.10.2/mod.ts'
declare namespace slate {
export interface Collection {
id: string
Expand Down

0 comments on commit 879598b

Please sign in to comment.