Skip to content

Commit e263442

Browse files
committed
Fix package.json according to npm pack
1 parent 0e81120 commit e263442

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"bugs": {
1111
"url": "https://github.com/konvajs/svelte-konva/issues"
1212
},
13-
"repository": "github:konvajs/svelte-konva",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/konvajs/svelte-konva.git"
16+
},
1417
"keywords": [
1518
"konva",
1619
"sveltejs",

0 commit comments

Comments
 (0)