We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68526f commit c0ca76fCopy full SHA for c0ca76f
1 file changed
package.json
@@ -5,7 +5,10 @@
5
"description": "AiScript implementation",
6
"author": "syuilo <syuilotan@yahoo.co.jp>",
7
"license": "MIT",
8
- "repository": "https://github.com/syuilo/aiscript.git",
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/syuilo/aiscript.git"
11
+ },
12
"homepage": "https://aiscript-dev.github.io/",
13
"bugs": "https://github.com/syuilo/aiscript/issues",
14
"exports": {
@@ -54,4 +57,4 @@
54
57
"stringz": "2.1.0",
55
58
"uuid": "11.1.0"
56
59
}
-}
60
+}
0 commit comments