We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d7de commit 20c065eCopy full SHA for 20c065e
package.json
@@ -4,7 +4,10 @@
4
"description": "Supplies server side notepad handling",
5
"author": "Marten Richter",
6
"license": "AGPL-3.0-or-later",
7
- "repository": "martenrichter/fails-components-notepadhandler",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/martenrichter/fails-components-notepadhandler.git"
10
+ },
11
"main": "src/server.js",
12
"source": "src/server.js",
13
"type": "module",
0 commit comments