Skip to content

Commit d6ccdab

Browse files
committed
Bump version for updated deps
1 parent bd34ac0 commit d6ccdab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zbase32",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "z-base-32 encoding/decoding library",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -10,7 +10,10 @@
1010
"type": "module",
1111
"author": "Kuno Woudt <kuno@frob.nl>",
1212
"license": "copyleft-next-0.3.1",
13-
"repository": "https://github.com/warpr/zbase32.git",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/warpr/zbase32.git"
16+
},
1417
"dependencies": {},
1518
"devDependencies": {
1619
"chai": "^4.3.6",

0 commit comments

Comments
 (0)