Skip to content

Commit c0ca76f

Browse files
committed
run npm pkg fix
1 parent f68526f commit c0ca76f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"description": "AiScript implementation",
66
"author": "syuilo <syuilotan@yahoo.co.jp>",
77
"license": "MIT",
8-
"repository": "https://github.com/syuilo/aiscript.git",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/syuilo/aiscript.git"
11+
},
912
"homepage": "https://aiscript-dev.github.io/",
1013
"bugs": "https://github.com/syuilo/aiscript/issues",
1114
"exports": {
@@ -54,4 +57,4 @@
5457
"stringz": "2.1.0",
5558
"uuid": "11.1.0"
5659
}
57-
}
60+
}

0 commit comments

Comments
 (0)