Skip to content

Commit efd124b

Browse files
committed
Prepare 1.1.24
1 parent 8dec1e5 commit efd124b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ import base64 from "@hexagon/base64";
5050
JavaScript
5151

5252
```javascript
53-
import base64 from "https://cdn.jsdelivr.net/gh/hexagon/base64@1/src/base64.js";
53+
import base64 from "https://deno.land/x/[email protected]/src/base64.js";
5454

5555
// ...
5656
```
5757

5858
TypeScript
5959

6060
```typescript
61-
import { base64 } from "https://cdn.jsdelivr.net/gh/hexagon/base64@1/src/base64.js";
61+
import { base64 } from "https://deno.land/x/[email protected]/src/base64.js";
6262

6363
// ...
6464
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexagon/base64",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"description": "Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.",
55
"author": "Hexagon <github.com/hexagon>",
66
"contributors": [{

0 commit comments

Comments
 (0)