Skip to content

Commit 20c065e

Browse files
committed
Fix package name
1 parent 992d7de commit 20c065e

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
@@ -4,7 +4,10 @@
44
"description": "Supplies server side notepad handling",
55
"author": "Marten Richter",
66
"license": "AGPL-3.0-or-later",
7-
"repository": "martenrichter/fails-components-notepadhandler",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/martenrichter/fails-components-notepadhandler.git"
10+
},
811
"main": "src/server.js",
912
"source": "src/server.js",
1013
"type": "module",

0 commit comments

Comments
 (0)