Skip to content

Commit a52c2c4

Browse files
committed
Trying to publish with provenance again
1 parent 2114f1f commit a52c2c4

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
zbase32
2-
=======
1+
# zbase32
32

43
This zbase32 library encodes ArrayBuffers to zbase32 encoded strings and back.
54

65
If you want to encode strings you'll have to convert them to ArrayBuffers, you
76
can use the [TextEncoder](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder)
87
API.
98

10-
Example
11-
-------
9+
## Example
1210

1311
```javascript
1412
import zbase32 from 'zbase32';
@@ -20,12 +18,10 @@ new TextDecoder('utf-8').decode(zbase32.decode('pb1sa5dx'));
2018
// => 'hello'
2119
```
2220

23-
License
24-
=======
21+
# License
2522

26-
Copyright 2023 Kuno Woudt <kuno@frob.nl>
23+
Copyright 2023 Kuno Woudt <kuno@frob.nl>
2724

2825
This program is free software: you can redistribute it and/or modify
29-
it under the terms of copyleft-next 0.3.1. See
26+
it under the terms of copyleft-next 0.3.1. See
3027
[copyleft-next-0.3.1.txt](copyleft-next-0.3.1.txt).
31-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zbase32",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "z-base-32 encoding/decoding library",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)