We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd34ac0 commit d6ccdabCopy full SHA for d6ccdab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zbase32",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "z-base-32 encoding/decoding library",
5
"main": "index.js",
6
"typings": "index.d.ts",
@@ -10,7 +10,10 @@
10
"type": "module",
11
"author": "Kuno Woudt <kuno@frob.nl>",
12
"license": "copyleft-next-0.3.1",
13
- "repository": "https://github.com/warpr/zbase32.git",
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/warpr/zbase32.git"
16
+ },
17
"dependencies": {},
18
"devDependencies": {
19
"chai": "^4.3.6",
0 commit comments